- 26 Jan, 2011 40 commits
-
-
sadrul@chromium.org authored
BUG=none TEST=none TBR=rjkroege@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72721 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
As of today, we have dedicated chromium trybots that can run the sync integration tests, but it requires developers to explicitly send try jobs to these bots via the --bot switch. Now that the sync trybots are stable, it is time to make this process automatic by adding a PRESUBMIT.py file to chrome/test/live_sync, that adds the sync trybots in addition to win, mac and linux to the list of preferred trybots. This patch adds such a PRESUBMIT.py file, that includes win_sync, mac_sync and linux_sync to the list of preferred trybots. TBR=tim@chromium.org BUG=70311 TEST=modify something under chrome/test/live_sync and do a "git try" or "gcl try" Review URL: http://codereview.chromium.org/6343009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72720 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=66489 TEST=Verify that search results don't incorrectly include internet options. Review URL: http://codereview.chromium.org/6249019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72719 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=printing works after renaming. Review URL: http://codereview.chromium.org/6361009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72717 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
I added it. Yay me. (It is dumb because it puts a sub 20 millisecond upper bound on certain operations involving posting tasks across threads.) TBR=akalin BUG=26339 TEST=SyncerThread2Test Review URL: http://codereview.chromium.org/6296023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72716 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
BUG=None Test=None Review URL: http://codereview.chromium.org/6263014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72714 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Fix for jankiness in some accelerated 2D canvas demos: If there is already a pending call to CopyTextureToParentTextureCHROMIUM, the second will block until the first is consumed (same fix as was done to SwapBuffers for WebGL). [Patch by gman; I just typed. :)] BUG=68735 TEST=see bug Review URL: http://codereview.chromium.org/6373013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72713 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6327021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72712 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6339012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72710 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Also rename it to layout_constants, as now this file just contains constants. The grid_layout files will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6257017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72709 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Get URLRequestContextGetter from profile associated with the WebResourceService rather than the default profile. BUG=70946, 70887 TEST=70887 crasher no longer happens. Review URL: http://codereview.chromium.org/6290013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72708 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/6370013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72707 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
If you weren't using SVN or Git, but you had Git installed, we still thought you were using Git and had empty info for the version number. Review URL: http://codereview.chromium.org/6308016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72706 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=70784 TEST=manually, see bug Review URL: http://codereview.chromium.org/6277020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72705 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72704 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
r538 Applying patch from pkasting to svn:ignore files generated during the build process. r539 Added version info resources. r540 Fix issues with preprocessor on very malformed shaders r541 Map D3D calls and HLSL shaders back to GLES2 calls and GLSL ES shaders in PIX. http://codereview.appspot.com/3945043 TEST=try BUG=none Review URL: http://codereview.chromium.org/6332016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72703 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The default X cursor is hidden at startup, and when not in use for 5 seconds. It is immediately displayed if there is an event from a mouse device, and it's immediately hidden if there is an event from a touch device. BUG=none TEST=none Review URL: http://codereview.chromium.org/6242012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72702 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Make new chrome UI security model the default. allows us to update URL in chrome://settings when the user navigates within it. BUG=57485 TEST=manual Review URL: http://codereview.chromium.org/6240010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72701 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
TEST=none BUG=70960 Review URL: http://codereview.chromium.org/6268017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72700 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=63695 TEST=see bug Review URL: http://codereview.chromium.org/6354025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72699 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=70782 TBR=ahendrickson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72698 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:10923 TEST=Open 20 gmail windows in Chrome on ChromeOS, hit the power button twice to shutdown, then restart and login. With this chagne, you should see the 20 gmail windows instead of a crash bar. Review URL: http://codereview.chromium.org/6257014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72697 0039d316-1c4b-4281-b951-d872f2087c98
-
rniwa@chromium.org authored
TBR=yuzo Review URL: http://codereview.chromium.org/6330013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72696 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
dom-ui settings: Change search regex to not search for word-boundaries to improve searchability and fix unicode searching. BUG=70146 TEST=Verify that search works properly with CJK languages. Review URL: http://codereview.chromium.org/6361011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72695 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@google.com authored
Review URL: http://codereview.chromium.org/6359012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72694 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
* Don't erase the first typed character when the field is empty. * Don't allow users to select text of buttons and selects, which was causing the 'Add CC' button text to be selected when the user activated a list item. BUG=70868 TEST=none Review URL: http://codereview.chromium.org/6258022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72693 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6245012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72692 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
TBR=akalin BUG=26339 TEST=SyncerThread2Test Review URL: http://codereview.chromium.org/6267015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72691 0039d316-1c4b-4281-b951-d872f2087c98
-
tessamac@chromium.org authored
Since these contain images, they need to be landed before a change that depends on them. (Once all deps are removed, I delete the crx files.) BUG=None TEST=None TBR=aa@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72690 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Added a function to BrowserMainParts that sets up field trials. It is called after about_flags has converted the flags to command-line switches. This fixes the case where a field trial would opt a user out of a feature even when they'd explicitly enabled it in their flags. Contributed by: dominich@chromium.org BUG=none TEST=Enable page-prerender through about:flags and restart. You should skip the random part of the Field Test. Review URL: http://codereview.chromium.org/6354023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72689 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Test case amended to include example. Review URL: http://codereview.chromium.org/6355015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72688 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client and syncer thread for passing a datatype-specific payload originating in the invalidation server and directed at the sync frontend server. Also fixes bug with last_sync_time and PostTimeToTypeHistogram, which would get hit when the unit tests were being run. BUG=68572,69558 TEST=unit Review URL: http://codereview.chromium.org/6182004 TBR=zea@chromium.org Review URL: http://codereview.chromium.org/6270006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72687 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
directories. Review URL: http://codereview.chromium.org/6263015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72686 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
[SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client and syncer thread for passing a datatype-specific payload originating in the invalidation server and directed at the sync frontend server. Also fixes bug with last_sync_time and PostTimeToTypeHistogram, which would get hit when the unit tests were being run. BUG=68572,69558 TEST=unit Review URL: http://codereview.chromium.org/6182004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72685 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=70782 TBR=ahendrickson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72684 0039d316-1c4b-4281-b951-d872f2087c98
-
lzheng@chromium.org authored
TEST=none BUG=70937 Review URL: http://codereview.chromium.org/6322011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72683 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
(Reapply r72562 with willchan's nits + locally tested shlib fixes + removing duplicate code that was partially responsible for the failure.) - Move code included from blah_unittest.h (where blah_unittest.cc has actual unittests) into their own files, often completely out-of-lining the definitions. - Remove anonymous namespaces from headers. - Reorder method declarations. - Make other unit test link against net_test_support instead of reaching in and including .h files in their targets directly. BUG=68682 TEST=compiles First Review URL: http://codereview.chromium.org/6264013 Review URL: http://codereview.chromium.org/6248021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72682 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=70938 TEST=TSan/unit should go green on Linux Review URL: http://codereview.chromium.org/6297016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72681 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
TBR=akalin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72680 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Reverting the patch since it exposed several memory leaks and threading problems. TBR=thakis BUG=70935 TEST=None Review URL: http://codereview.chromium.org/6266023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72679 0039d316-1c4b-4281-b951-d872f2087c98
-