- 12 Jun, 2012 40 commits
-
-
james.wei@intel.com authored
After enable GetMimeTypeFromExtension with JNI implementation, need to disable these tests firstly and can enable them after switch to APK test runner. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10533103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141752 0039d316-1c4b-4281-b951-d872f2087c98
-
shishir@chromium.org authored
To debug failures that dont seem to happen locally. BUG=130788 TEST=None Review URL: https://chromiumcodereview.appspot.com/10546103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141751 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141750 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
This CL allows perf.PageCyclerNetSimTest to run on the ChromeQA waterfall in the "pyauto_perf_tests" step. Also did some minor refactoring of the organization of the PERFORMANCE suite in the PYAUTO_TESTS file. BUG=None TEST=Verified the test runs successfully on my local Linux machine. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10536123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141749 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10535136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141748 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=132305 TBR=thestig Review URL: https://chromiumcodereview.appspot.com/10536127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141747 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Previously GVD would post the fake frame to VideoRendererBase, but fire the callback without waiting for VRB to process the frame. Now the callback is posted to the same loop so VRB is guaranteed to see the frame before VRB::OnDecoderFlushDone() DCHECKs that !pending_read_. TEST=closing a tab playing HW-accelerated video no longer DCHECKs in VRB::OnDecoderFlushDone. Review URL: https://chromiumcodereview.appspot.com/10536122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141746 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
After actually seeing the use cases for the value store in extension code, I realized that an async version would be more appropriate. This one will use less memory as well, since we won't need to keep the cache in memory. BUG=123366,132203 TEST=no Changes: Fixed a use-after-free bug. Review URL: https://chromiumcodereview.appspot.com/10533116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141745 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
TBR=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/10548013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141744 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141742 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
https://chromiumcodereview.appspot.com/10548003/ Review URL: https://chromiumcodereview.appspot.com/10533109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141741 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=132231 TEST=Valgrind shows less memory leaks TBR=sky Review URL: https://chromiumcodereview.appspot.com/10533107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141740 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
I tried to add a pak override in the command line but for some reason it is stripped before it gets to the browser initialization. I think that adding synchronization to this particular race is the best way to solve the flaky test. Previous description: Add DCHECK for possible flake place - will fail with ASSERT rather than crash. Crashes in comment 15 http://code.google.com/p/chromium/issues/detail?id=95425#c15 Seem to indicate that data has not been loaded/reloaded. There are two possible places that could happen and logging in non-test code + ASSERTION in test code can at least get us a bit further in determining where to look. BUG=95425 TEST=out/Debug/browser_tests --gtest_filter=WebUIBidiCheckerBrowserTestRTL.TestSettingsClearBrowserDataPage Review URL: https://chromiumcodereview.appspot.com/10543015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141739 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
BUG=132279 Review URL: https://chromiumcodereview.appspot.com/10536120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141738 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=129582 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10442044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141737 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=none BUG=132285 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10545138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141736 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
BUG=None TEST=Memory bots pass. Review URL: https://chromiumcodereview.appspot.com/10535135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141735 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
extension if it doesn't have an action specified. Just show an error. BUG=130092 TEST=Get an extension with a background page but no page/browserAction. Enter "chrome.browserAction.getTitle({}, function(){})". Should show error not kill the extension. Review URL: https://chromiumcodereview.appspot.com/10533108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141734 0039d316-1c4b-4281-b951-d872f2087c98
-
mmocny@chromium.org authored
If there is no available front surface to display when switching to a tab, delay compositing until the next swap which gives us something to display, or some timeout is reached instead. BUG=126526 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10543010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141733 0039d316-1c4b-4281-b951-d872f2087c98
-
jglasgow@chromium.org authored
Adapt NetworkSmsHandler to monitor both the ModemManager and ModemManager1 dbus interfaces for SMS messages. BUG=chromium-os:28421 TEST=chromeos_unittests Change-Id: Ifbbce68192a360240f519608d4bea46c30997493 Review URL: https://chromiumcodereview.appspot.com/10539007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141732 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
browser/ui/panels BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10536094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141731 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
"TCW" BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10534104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141730 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Revert 141723 - First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome may enter when in metro snap mode. This mode removes the chrome parts of Chrome as well as disabling the F11 key, while clamping Chrome to the size of the snap view portion of the screen. BUG=130623 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10446106 TBR=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/10534123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141728 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
This is part 2 of converting public synchronous functions in GDataFileSystem to asynchronous. BUG=127048 TEST=unit_tests, browser_tests Review URL: https://chromiumcodereview.appspot.com/10538071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141727 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Uses a render view ID to find a correct window handle to use as a parent for the system dialog. Uses a series of PostTask calls to cause the various steps of getting print settings to occur on the correct threads. BUG=130095 TEST=Verify 130095 Review URL: https://chromiumcodereview.appspot.com/10544084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141726 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
browser/ui/website_settings BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10540103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141725 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
Disable the radio buttons of a content settings bubble if the corresponding content setting for the current site is managed. BUG=98029 TEST=Set a content settings e.g. plugins to block. Visit a website that uses e.g. plugins and open the content settings bubble. The radio buttons should be disabled. Review URL: https://chromiumcodereview.appspot.com/10537071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141724 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
First pass at making Chrome support metro snap mode. It creates a fullscreen-alike mode that Chrome may enter when in metro snap mode. This mode removes the chrome parts of Chrome as well as disabling the F11 key, while clamping Chrome to the size of the snap view portion of the screen. BUG=130623 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10446106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141723 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141722 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10546126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141721 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10546124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141720 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
That way we isolate dock_info_win in views/ directory so it can include files from chrome/browser/ui/views/. BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10537097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141718 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
-testNoMLBubbleWhenTabLoseFocus TEST=none BUG=131702 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10540087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141717 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
optimizations (for instance, image is still decoded to PNG at each request) and bug with replaying animation at each click on already active user pod, but CL is big enough, so we should start review. BUG=114083 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139779 Review URL: https://chromiumcodereview.appspot.com/10454044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141716 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG=132110 TEST=net_unittests --gtest_filter=DnsConfigServiceTest.Timeout Review URL: https://chromiumcodereview.appspot.com/10537106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141715 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=130679 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10545025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141712 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This doesn't allow you to check for updates or show progress, it just notifies you if a new version is ready. As such, I didn't see a reason to limit it to Google Chrome builds. This also fixes a bug where a 'disabled' state permanently hides the status text. BUG=117403 TEST=manual with --check-for-update-interval=1 and manually editing the version Review URL: https://chromiumcodereview.appspot.com/10541013 TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10539114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141711 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10532058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141710 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Remove logically dead code. The value of "term_score" in the else block is between 10 and 29, therefore, the condition "term_score <=30" cannot be false. CID=104184. BUG=none TEST=none TBR=sky@chromium.org,mpearson@chromium.org Review URL: https://chromiumcodereview.appspot.com/10535084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141709 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10536078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141708 0039d316-1c4b-4281-b951-d872f2087c98
-