- 14 Aug, 2012 40 commits
-
-
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
-
mkwst@chromium.org authored
BUG=140187 Review URL: https://chromiumcodereview.appspot.com/10855122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151470 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The samples are now disabled on API pages. This should make the server run faster. BUG=142011 Review URL: https://chromiumcodereview.appspot.com/10836223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151468 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
The class implementation is all to do with UI, and has dependencies on GTK UI code, so this seems a more appropriate home for it. Moving it to its rightful home also removes a couple of unwanted includes from chrome/browser/autofill/DEPS. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10828259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151467 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Just a quick fix to get the linux swarm machine able to compile again. NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10855131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151466 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=123750 Review URL: https://chromiumcodereview.appspot.com/10832290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151465 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
in chrome. Hopefully other .gypi sharing can follow. Review URL: https://chromiumcodereview.appspot.com/10854130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151463 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
For most directories, we use a regex of whitelisted licenses to parse the 'License' field from the metadata. In some case, for example, where a custom license is used, we rely on a new 'Android Compatibility' field. This functionality will be used by the snapshot tool, which will exclude these incompatible directories from the snapshot in the Android tree. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151462 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151461 0039d316-1c4b-4281-b951-d872f2087c98
-