- 09 Jun, 2011 40 commits
-
-
dhollowa@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7003042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88571 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7108034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88570 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
If image markup is present on the clipboard, Mail.app will always prefer it over the actual image even if we declare the image types before the HTML type in -[NSPasteboard types]. With this change, we also match the behavior of other Mac browser when invoking the "Copy Image" action. BUG=33016 TEST=Manual test with 'copy image' context menu item and then pasting it into a Mail.app draft. Review URL: http://codereview.chromium.org/7044074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88569 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
BUG=78233 TEST=HostRulesTest.TestMap Review URL: http://codereview.chromium.org/7024017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88568 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Revert "Revert 88068 (Mac 10.5 bots are failing) - No longer require nonzero content to send it to the translate helper. In practice this makes an empty page's language be detected as "und" instead of failing to be detected." This reverts commit 3ca079900c491836610c9452f9894bb5bdebdeac. Conflicts: chrome/test/data/extensions/api_test/tabs/basics/crud.html BUG=60802 TEST=ExtensionApiTest.Tabs detectLanguage, and BrowserTest.PageLanguageDetection Review URL: http://codereview.chromium.org/7044071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88567 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88566 0039d316-1c4b-4281-b951-d872f2087c98
-
dglazkov@chromium.org authored
TBR=koz TEST=none BUG=none Review URL: http://codereview.chromium.org/7104094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88565 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=72040 TEST=none Review URL: http://codereview.chromium.org/7129022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88564 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Initialize RenderWidget's compositing_surface_ to kNullPluginWindow. This avoids passing garbage down to the GL layers in the test case attached to the bug below. Note that this does not fix the bug, but will avoid potential memory corruption and suppress spurious window system errors. BUG=80703 TEST=run the "canvas-popup.html" test case in the bug. check the chrome_debug.log to see that no EGL or X errors are present. Review URL: http://codereview.chromium.org/7134049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88563 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7054060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88562 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This is needed to make command-line changes take effect. Also, added checks to prevent a similar mistake from happening in the future. Actually, the checks detected such misuse in process_util_unittests, and this CL fixes it. BUG=85287 Review URL: http://codereview.chromium.org/7044048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88561 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=sky@chromium.org,pkasting@chromium.org Review URL: http://codereview.chromium.org/7046074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88557 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
We default to using the target name as the product name; there's no need to state it twice. Review URL: http://codereview.chromium.org/7135006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88556 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
BUG=chromium-os:13887 TEST=none Review URL: http://codereview.chromium.org/7104087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88555 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
BUG=79947 TEST=none Review URL: http://codereview.chromium.org/7046063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88554 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@google.com authored
Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos debug build while saving a web page. This change broke the official CrOS builder. I'll forward the error separately. BUG=chromium-os:13130 TEST=Save a file with special characters like '#', '&', '"'. Review URL: http://codereview.chromium.org/7057053 TBR=serya@chromium.org Review URL: http://codereview.chromium.org/7046077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88553 0039d316-1c4b-4281-b951-d872f2087c98
-
agayev@chromium.org authored
BUG=None TEST=net_unittests --gtest_filter="DnsQuery*:DnsResponse*" Review URL: http://codereview.chromium.org/6995088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88552 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
- Standardize iterator naming to |i|. - Initialize them through constructor not assignment operator. - Declare iterators inside loops, not above them. BUG=72040 TEST=None R=pkasting@chromium.org,sky@chromium.org Review URL: http://codereview.chromium.org/7129028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88551 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7044076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88550 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
BUG=80703 TEST=run the "canvas-popup.html" test case in the bug. check the chrome_debug.log to see that no EGL or X errors are present. Review URL: http://codereview.chromium.org/7108042 TBR=senorblanco@chromium.org Review URL: http://codereview.chromium.org/7003092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88549 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Initialize RenderWidget's compositing_surface_ to NULL. This avoids passing garbage down to the GL layers in the test case attached to the bug below. Note that this does not fix the bug, but will avoid potential memory corruption and suppress spurious window system errors. BUG=80703 TEST=run the "canvas-popup.html" test case in the bug. check the chrome_debug.log to see that no EGL or X errors are present. Review URL: http://codereview.chromium.org/7108042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88547 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. BUG=chromium-os:15789 TEST=Ran try servers to make sure the unit test is not failing anymore, plus viewed all the screens and took screenshots. Screen shots of all effected screens are attached to the cros bug TBR=rkc@chromium.org TBR=rkc@chromium.org Review URL: http://codereview.chromium.org/7044086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88545 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7129034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88544 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
link doctor is down or disabled. We weren't fully specifying WebURLError, which caused us to be confused when looking up the strings for the error code. We still don't have a nice error message for this, but at least we don't DCHECK in debug and this will now at least cause the local error page to say there was an http 404 error. BUG=76457 Review URL: http://codereview.chromium.org/6995091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88543 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
We wish to measure the impact of revocation checking on SSL connection times. This change sets up a 50/50 field trial where members of the trial don't do revocation checking on sites that we currently have certificate pins for. BUG=none TEST=none http://codereview.chromium.org/7113008/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88542 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
BUG=none TEST=none. Review URL: http://codereview.chromium.org/7044066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88541 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None TBR=sky@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88540 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7134028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88539 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
This updates how the AppLauncherHandler identifies the web store app, making sure we don't have duplicate web store entries on the NTP. BUG=85424 TEST=There should be one web store icon on NTP. Review URL: http://codereview.chromium.org/7104065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88536 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Chrome's full-screen mode. This should work properly even on subsequent clicks, when a window was already full-screened and then not-full-screened. BUG=85196 TEST=On FutureCat, use the full-screen button to go full-screen, then exit full-screen, then re-enter full-screen with the OS button again. Both times, Chrome's full-screen mode should be activated in the same way. Review URL: http://codereview.chromium.org/7003036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88533 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
TBR-ing, since there is no code change and I'm checking in so I can use the try servers. TBR=jcivelli BUG=80694 TEST=None Review URL: http://codereview.chromium.org/7141001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88532 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=None TEST= Review URL: http://codereview.chromium.org/7065056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88531 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=80494 TEST=Set the Disable Incognito Enterprise policy to disabled. Make sure it takes effect on the client without having to restart. Review URL: http://codereview.chromium.org/7129037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88530 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
Browser Test to verify that a favicon is being displayed correctly after a prerendered page is swapped in. R=dominich@chromium.org Review URL: http://codereview.chromium.org/7104081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88527 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=71067 TEST= Review URL: http://codereview.chromium.org/7029031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88526 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=82190 TEST=manual as described in the bug Review URL: http://codereview.chromium.org/7086030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88525 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
to make clang happy. BUG=none TEST=none Review URL: http://codereview.chromium.org/7104084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88524 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Adding a new window type for frameless non-transient top level windows, used by ChromeOS' window manager. BUG=chromium-os:16323 TEST=none Review URL: http://codereview.chromium.org/7129033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88523 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
(origin pattern, origin pattern, content type, resource) identifier) tuples. This is supposed to replace the content_settings::BaseProvider. BUG=63656 TEST=origin_identifier_value_map_unittest.cc, content_settings_pref_provider_unittest.cc, host_content_settings_map_unittest.cc Review URL: http://codereview.chromium.org/7049007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88522 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
Tests will be re-enabled when appropriate changes are made to support GL compositor testing. BUG=unit tests not ready for GL compositor at this time. TEST=unit tests run to completion. Review URL: http://codereview.chromium.org/7104039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88521 0039d316-1c4b-4281-b951-d872f2087c98
-