| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=50273
TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux
TBR: erg
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
and don't care about people who manually hack the DLLs.
BUG=50107
TEST=none
Review URL: http://codereview.chromium.org/3071002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53715 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53714 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=50273
TEST=none
TBR=erg
Review URL: http://codereview.chromium.org/3043022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53713 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The sync integration tests currently use the method AwaitSyncCycleCompletion(), which ends up waiting for a sync event before it signals the end of a sync cycle. However, if it is called after the sync cycle is already complete, it ends up waiting for several seconds for a random unrelated sync event before it returns.
This checkin fixes this unnecessary delay by checking to see if the client has any unsynced items before it waits, thereby significantly speeding up the sync integration tests.
In addition to this, a new method called AwaitQuiescence() is now available to test cases so they can wait for racy updates initiated by multiple clients to propagate across the system.
BUG=49998
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/3041018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53712 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
accept(). This will allow the Mac sandbox hole to be closed. This version
also contains an include change to fix a compile failure on a single buildbot.
BUG=none
TEST=all tests still pass, especially nacl_ui_tests
Review URL: http://codereview.chromium.org/2881034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=timurrrr@chromium.org
BUG=42958
TEST=none
Review URL: http://codereview.chromium.org/3034034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53710 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=46186
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PasswordStore can only be queried from one thread, although the implementation
doesn't immediately look it. This adds DCHECKs to ensure we don't mess this up
in future.
R=wtc,stuartmorgan
BUG=none
TEST=PasswordManagerTest.*
Review URL: http://codereview.chromium.org/3056008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=compile
BUG=44549
Review URL: http://codereview.chromium.org/3032025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also widen suppression for AutomatedUITestBase.IncognitoWindow to cover a
similar leak to previous suppression.
BUG=50286
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and the command id in all cases. We were
detecting MSHTML command ids based on the command id only while ignoring the group which was wrong.
Part of the fix for http://code.google.com/p/chromium/issues/detail?id=24034
Bug=24034
Review URL: http://codereview.chromium.org/2873070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=46343
TEST=none
Review URL: http://codereview.chromium.org/3052012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53697 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make TabContentsDelegate::IsPopup a const function;
- Add a default implementation for IsPopup;
- Update all derived classes;
- Remove the bad const_cast in tab_contents.cc;
BUG=none.
TEST=none. Code quality improvement and expect no changes.
Review URL: http://codereview.chromium.org/3060013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53696 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
because if use "system" ffmpeg, AVFrame has no member named "owner".
we need use #ifdef to use the single codec context, if system ffmpeg is used.
but what if "system" is ffmpeg-mt?
Review URL: http://codereview.chromium.org/2873068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53695 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also fix spdy_http_stream_test errors.
TEST=net_unittests
BUG=46589, 47478, 50198
Review URL: http://codereview.chromium.org/3014030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=bulach
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=o3d-webgl-samples/convolution.html still works
Review URL: http://codereview.chromium.org/2881037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53688 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MessageLoopTest.EnsureTaskDeletion and MessageLoopTest.EnsureTaskDeletion_Chain
TBR=darin
TEST=MessageLoopTest.EnsureTaskDeletion and MessageLoopTest.EnsureTaskDeletion_Chain
BUG=50272
Review URL: http://codereview.chromium.org/3044025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Test raster and vector printing with the internal PDF plugin.
Review URL: http://codereview.chromium.org/2809076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because it is flaky.
TBR=jam
TEST=PPAPITest.Scrollbar
BUG=48544
Review URL: http://codereview.chromium.org/3028025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on Linux, because it is flaky.
TBR=estade
TEST=FastShutdown.SlowTermination
BUG=46614
Review URL: http://codereview.chromium.org/2825069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Seems like the issue is marked as invalid. (or won't fix)
I'll send another CL to move this out from #3.
TBR=glider@chromium.org
BUG=50252
TEST=none
Review URL: http://codereview.chromium.org/3012024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53677 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=50102
TEST=none
Review URL: http://codereview.chromium.org/3017030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
See also http://codereview.chromium.org/3048020
BUG=49972
TEST=Manually
Review URL: http://codereview.chromium.org/3007012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
(The string doesn't match the current NPN string for SPDY, so this wasn't
triggering.)
http://codereview.chromium.org/3060014/show
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This only shows the existing exceptions (doesn't allow you to add or remove them). It also only works for image exceptions. It always shows the exceptions, instead of hiding/showing them when you press the exceptions button.
BUG=48862
TEST=manual
Review URL: http://codereview.chromium.org/2856058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Prompts up the keychain dialog.
BUG=49378
Review URL: http://codereview.chromium.org/3040019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/3055010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=50061
TEST=reliability test passes.
Review URL: http://codereview.chromium.org/3070003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53668 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Changes separator used in AutoFill label containing credit card info to prefix the card number with an asterisk.
BUG=50075
TEST=AutoFillManagerTest.GetCreditCardSuggestions*
Review URL: http://codereview.chromium.org/3029030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/3056020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=bulach
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53664 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=timurrrr@chromium.org
BUG=50252
TEST=none
Review URL: http://codereview.chromium.org/3010030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53663 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original CL http://codereview.chromium.org/3026006
Fixed problems with initial locale change freezing Chrome OS on the device.
Added creation of /home/chronos/.oobe_completed flag file.
Removed command line switches for testing customization manifests.
Added StringFetcher class implementation - URL fetcher that downloads content into std::string.
Refactored services customization integration.
Removed sample manifests from Chrome repository. They are submitted into Chromium OS repository at chromeos/src/platform/assets/oem_customization.
BUG=http://crosbug.com/1888
TEST=Manual. Changes to OEM customization manifests on partner partition, namely the initial locale, time zone, and startup page attributes should change OOBE UX accordingly.
Review URL: http://codereview.chromium.org/3064002
TBR=dpolukhin@chromium.org
Review URL: http://codereview.chromium.org/3030020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53662 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=timurrrr@chromium.org
BUG=42958, 45301
TEST=none
Review URL: http://codereview.chromium.org/3061017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=bulach
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53660 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds logic in WebMediaPlayerImpl to trigger one last repaint before
going idle when the media is fully loaded.
BUG=49567
TEST=media_unittests
TBR=hclam
Review URL: http://codereview.chromium.org/3033027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53659 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2832080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=do a seek in chrome on ogg. it should appear clean, not garbled.
Review URL: http://codereview.chromium.org/3043021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3061013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53655 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=50240
TEST=none
Review URL: http://codereview.chromium.org/3039030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53654 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Revert http://codereview.chromium.org/3064004
BUG=50103
TEST=memory bots, heapcheck.
Review URL: http://codereview.chromium.org/3023018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53653 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=erg
Review URL: http://codereview.chromium.org/3059007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=willchan@chromium.org
BUG=42958
TEST=none
Review URL: http://codereview.chromium.org/3045015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53651 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
only the troublesome script is reloaded.
Retry logic frequency on an exponential backoff.
Review URL: http://codereview.chromium.org/3019018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This has been changed in r53618, but seeems like it
was error. This was matching in prior build, now failing.
TBR=timurrrr@chromium.org
BUG=45301
TEST=none
Review URL: http://codereview.chromium.org/3073001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53648 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53645 0039d316-1c4b-4281-b951-d872f2087c98
|