- 14 Aug, 2012 40 commits
-
-
cduvall@chromium.org authored
The link for the page you are on will now be hightlighted in the left nav bar. BUG=142008 Review URL: https://chromiumcodereview.appspot.com/10827304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151516 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151515 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=137792 Review URL: https://chromiumcodereview.appspot.com/10820041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151514 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
MemcacheFileSystem will now use viewvc for statting, and will stat all the children of a directory. BUG=140262 Review URL: https://chromiumcodereview.appspot.com/10828235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151513 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=138140 TEST=Ctrl+U while a page load is in progress. Review URL: https://chromiumcodereview.appspot.com/10829308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151512 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
Some structures have new fields, so we must make sure to zero them all upon initialization. Actually simple/safe enough for tbr... TBR=bryner@chromium.org BUG=141464 TEST=Make sure we can install a theme without crashing while running in Metro mode. Review URL: https://chromiumcodereview.appspot.com/10832293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151511 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
BUG=139442 TEST=build works. Review URL: https://chromiumcodereview.appspot.com/10831309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151510 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This is used android's NTP bookmark page to inject partner bookmarks on top of the user's bookmark model without modifying thiers. BUG=138236 Review URL: https://chromiumcodereview.appspot.com/10834237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151509 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151507 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151506 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Consumers should just remember which DownloadManager they got the item from, or else lookup the item from both managers and rely on the id-space sharing. Also move CreateDownloadItemValue from download_util to download_dom_handler. Reviewers: asanka: * Done: jam: chrome/browser/automation/* jhawkins: downloads_dom_handler.cc rdsmith: * Review URL: https://chromiumcodereview.appspot.com/10805020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151504 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
H/W decoded H.264 videos would not play at times on Windows 8. This was because the DXVA decoder in its processinput implementation was returning the error MF_A_NOTACCEPTING which was being treated as a platform failure code. This was incorrect. As per msdn when we get this error it means that the decoder has all the input it needs to produce one output sample. We need to call ProcessOutput and then ProcessInput again. Fixes bug http://code.google.com/p/chromium/issues/detail?id=140989 BUG=140989 R=fischman Review URL: https://chromiumcodereview.appspot.com/10827308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151503 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=139744 Review URL: https://chromiumcodereview.appspot.com/10837057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151502 0039d316-1c4b-4281-b951-d872f2087c98
-
jpd@google.com authored
BUG=141119 Review URL: https://chromiumcodereview.appspot.com/10854107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151501 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This removes a warning when painting an invalid region. This warning isn't actually very helpful for developers and Flash was causing this error to spam our logs. BUG=141609 Review URL: https://chromiumcodereview.appspot.com/10836225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151500 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of debug_flags.h includes from ui tests base class. Developers don't debug the few remaining tests so this isn't needed, and if they really want to pass these flags, they can use --extra-chrome-flags. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10855149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151499 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move browser_test_base.h to content/public/test. I originally thought that content_browsertests wouldn't derive from this. But since it ended up being shared, move to content/public/test. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10837238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151498 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This will allow use by tests in content_browsertests. BUG=None Review URL: https://chromiumcodereview.appspot.com/10855116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151496 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=138417 Review URL: https://chromiumcodereview.appspot.com/10827316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151495 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10825322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151493 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=142535 TBR=cbentzel Review URL: https://chromiumcodereview.appspot.com/10836233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151492 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=142531 TBR=karen Review URL: https://chromiumcodereview.appspot.com/10836232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151491 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
--help already claims that it's there. BUG=none Review URL: https://chromiumcodereview.appspot.com/10832297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151490 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=141635 TEST=Unittest Review URL: https://chromiumcodereview.appspot.com/10825327 TBR=skuhne@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151489 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Revert 151391 - Rewrite TemplateURLService's SyncableService implmentation to avoid sending ACTION_DELETEs to Sync. Update unit tests to reflect these changes. BUG=140732 TEST= Review URL: https://chromiumcodereview.appspot.com/10806065 TBR=stevet@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151487 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
# An error happens on the video_capture_device and we erase the request without notifying the UI. # When the tab is shutting down, it goes away before we we delete its entry in tabs_ in media_stream_capture_indicator # When canceling a request in media_stream_device_settings, we search the next request and bring it up the UI before we delete the old request, in this case we might bring the the old request back to UI again. And this patch also fixed a problem when hitting a DCHECK in media_stream_device_settings.cc(196)] Check failed: request->devices_full.count(stream_type) == static_cast<size_t>(0) (1 vs. 0) This happened because calling devices_full[type].empty() will create an empty entry to the map. BUG=140441 Test=content_unittests,chrome/test/functional/webrtc_brutality_test.py Review URL: https://chromiumcodereview.appspot.com/10829190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151486 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=141635 TEST=Unittest Review URL: https://chromiumcodereview.appspot.com/10825327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151485 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=137610 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10827296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151484 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=139346,136863 Review URL: https://chromiumcodereview.appspot.com/10830276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151483 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Revert 151036 - Speculative revert to see if this change introduced a performance regression on Mac intl perf bots. If this change was responsible for this regression, it may also have been responsible for http://crbug.com/133762 http://crbug.com/138260 TEST=mac intl perf bot drops: http://build.chromium.org/f/chromium/perf/mac-release-10.5/intl1/report.html?history=150&rev=-1 Review URL: https://chromiumcodereview.appspot.com/10837192 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151482 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=129203 TEST=Run chrome with --force-device-scale-factor=2, open an incognito window, extension icon is sharp. Review URL: https://chromiumcodereview.appspot.com/10828287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151481 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Add --remote-debugging-port back to content_shell since nduca mentioned he wants to use it with Android. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10829303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151480 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=139822 TEST=Menu item sizes are the same size and match the spec except for touch layout separators. Review URL: https://chromiumcodereview.appspot.com/10829283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151479 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
when moving to a new parent. I had to update a couple of test expectations. BUG=137342 TEST=covered by tests TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151478 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151477 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
BUG=None TBR=nduca Review URL: https://chromiumcodereview.appspot.com/10823296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151476 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
TBR=jamesr@chromium.org BUG=141439 Review URL: https://chromiumcodereview.appspot.com/10824290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151475 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of Chrome for Android upstreaming. This was causing an unnecessary diff with downstream. BUG=136750 Review URL: https://chromiumcodereview.appspot.com/10828302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151474 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151473 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
r151471 - Add 'License Android Compatible' field to openssl license metadata TBR=jnd BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10830306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151472 0039d316-1c4b-4281-b951-d872f2087c98
-