- 05 Sep, 2013 40 commits
-
-
simon.hong81@gmail.com authored
No one have interests LauncherItemChanged(). R=skuhne@chromium.org BUG=NONE TEST=Compiles Review URL: https://chromiumcodereview.appspot.com/23530020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221510 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
If we don't cancel the starvation callback, ProcessPendingEvents will get executed later when the callback fires. Because we use a BarrierClosure in ProcessPendingEvents() and the count is 0 as both audio and video decoders are released, OnPrefetchDone() will be immediately called. And this will cause ProcessPendingEvents() to get called again and again, thus crashing chrome. An alternative to this fix is to check count before creating the barrier. Logically starvation callback should not get called after Release(). BUG=285573 Review URL: https://chromiumcodereview.appspot.com/23672025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221509 0039d316-1c4b-4281-b951-d872f2087c98
-
ikarienator@chromium.org authored
BUG=280668 Review URL: https://chromiumcodereview.appspot.com/23571007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221508 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
include it rather than ui_export.h TBR=sky@chromium.org http://crbug.com/285385 Review URL: https://codereview.chromium.org/23486010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221506 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=267667 TEST=unit_tests --gtest_filter=NetworkingPrivateCryptoTest.* Review URL: https://chromiumcodereview.appspot.com/23710003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221505 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This makes OutputConfigurator::GetModeInfo() not print an "Unable to find info" warning when passed mode 0. BUG=none Review URL: https://chromiumcodereview.appspot.com/23619015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221504 0039d316-1c4b-4281-b951-d872f2087c98
-
qyearsley@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23971004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221502 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
CacheControl takes pylib/android_commands.py. Broken at https://chromiumcodereview.appspot.com/20766003 BUG= TBR=simonjam@chromium.org Review URL: https://chromiumcodereview.appspot.com/23601016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221501 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23591028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221499 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=282582 Review URL: https://chromiumcodereview.appspot.com/23494022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221497 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
The histograms were added to Chrome in: https://codereview.chromium.org/23181006/ Review URL: https://chromiumcodereview.appspot.com/23983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221496 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
When raising a set of windows in response to a dock icon click, only raise the ones on the currently active space. We currently raise all of them and switch spaces haphazardly. Also tidy up the applicationShouldHandleReopen:hasVisibileWindows: callback. We should return NO since we've reacted and don't need AppKit to deminiaturize for us. (Although it seems to not make much difference, probably because we've already picked a window to deminiaturize, so AppKit won't pick a second.) Also remove the tabbed/popup check. As of r192264, those are the only browser window types. BUG=281674 TEST=Open a browser window in Desktop 1 and one in Desktop 2. Switch to Desktop 2. Open another application in Desktop 2 and make it foreground. Click the dock icon for Chrome. Should remain on Desktop 2. Review URL: https://chromiumcodereview.appspot.com/23737003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221495 0039d316-1c4b-4281-b951-d872f2087c98
-
waffles@chromium.org authored
Looks like it was originally a copy/paste error. BUG=284895 Review URL: https://chromiumcodereview.appspot.com/23654010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221494 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When the LayerTreeHostImpl drops RenderPasses from its output, it does not also drop the RenderPassDrawQuads that point to them. The direct renderers ignore these quads, so this has never been a problem. However the DelegatedRendererLayerImpl was not able to deal with this correctly and would crash. More problematic is that a compromised renderer could send invalid RenderPassDrawQuads, which the DelegatedRendererLayerImpl must be able to handle gracefully. So, for both cases, we here make the DelegatedRendererLayerImpl ignore invalid RenderPassDrawQuads, and just drop the from its own output. Tests: DelegatedRendererLayerImplTest.InvalidRenderPassDrawQuad R=piman BUG=283630 Review URL: https://chromiumcodereview.appspot.com/23891003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221493 0039d316-1c4b-4281-b951-d872f2087c98
-
pasko@chromium.org authored
This *reverts* the parts of high-res timing that was moved out from simple cache in attempt to have it in base/, here: http://src.chromium.org/viewvc/chrome?view=revision&revision=216478 The changes in base/ are untouched today. This partial revert should be safe because this change just adds (un-removes) a different implementation and switches simple cache to using it. The bug being blocked by this deficiency is in the BUG field, we do not have a specific bug for the problem, it would have required age restriction on the audience. BUG=261618 Review URL: https://chromiumcodereview.appspot.com/23819025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221492 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Shill does not send the passphrase to Chrome for security reasons, so show ****** in the passphrase field when configuring wifi if the service is Connectable. (Sometimes when a connection fails we do not know why it failed and so we show the configure dialog in case it is an error in the configuration). BUG=264819 Review URL: https://chromiumcodereview.appspot.com/23522013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221491 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221490 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
TBR=verwaest@chromium.org Review URL: https://chromiumcodereview.appspot.com/23872006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221489 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
NOTRY=true BUG=264886 TBR=zhaoqin@chromium.org Review URL: https://chromiumcodereview.appspot.com/23719014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221488 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This avoids a doomed connect attempt for unconfigured networks. BUG=280242 Review URL: https://chromiumcodereview.appspot.com/23583018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221487 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Add synchronous and asynchronous methods to ManagedUserSyncService to get the list of managed users. BUG=none Review URL: https://chromiumcodereview.appspot.com/23910002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221486 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=vrk@chromium.org BUG=276894 Review URL: https://chromiumcodereview.appspot.com/23453022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221484 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Implement additional tests covering most of the functionality of WebContentsModalDialogManager. Refactor common setup into the test fixture. BUG=157161 R=sky@chromium.org Review URL: https://codereview.chromium.org/23475022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221483 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Brings the onFocusChanged handling exactly inline between ContentView and AwContents. NOTRY=true BUG=285582 Review URL: https://chromiumcodereview.appspot.com/23623020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221482 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
When pushing data files avoids matching files whose relative paths do not match a file being pushed from the host. BUG=284906 TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23513019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221477 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221475 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=157170:157296&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/23819022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221473 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23532033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221472 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=280550 TEST=PipelineIntegrationTest.MediaSource_MP3 Review URL: https://chromiumcodereview.appspot.com/23454006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221471 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Also, add NDEBUG to CFLAGS by default so that asserts not compiled into release builds, and fix resulting unused variable warnings by making KernelProxy::Init do more error checking and return a result. R=binji@chromium.org Review URL: https://codereview.chromium.org/22842011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221470 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
responses with no addresses. > [net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel. > > The second DnsTransaction is scheduled as a second job on the resolver's > PrioritizedDispatcher, at the beginning of its priority queue. The two > DnsTransactions run independently of each other, although if one of them > finishes with an error, the other one will be scrapped immediately, and > the Job will fall back to ProcTask. > > BUG=174992 > > Original Review URL: https://chromiumcodereview.appspot.com/19498003 Revert URL: https://codereview.chromium.org/23102009 BUG=174992,277625 Review URL: https://chromiumcodereview.appspot.com/22909037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221469 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@google.com authored
Disable actual http://groupcloned.com and add test page http://groupcloned.com/test/list-images-variable/index.html instead. The actual groupcloned page keeps failing in the key_mobile_sites page set. It seems to behave non-deterministically, i.e. it's trying to load different items on different invocations. This is despite Telemetry trying to get rid of all randomness. The problem with the non-determinism is that the page often tries to load resources that haven't been loaded during recording. BUG=238864 R=tonyg@chromium.org Review URL: https://codereview.chromium.org/23500008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221468 0039d316-1c4b-4281-b951-d872f2087c98
-
edmundyan@chromium.org authored
TEST=tools/perf/run_measurement page_cycler_bloat --v8-object-stats Review URL: https://chromiumcodereview.appspot.com/23963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221467 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221466 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1715: Tests: Try to set +x bot on new change.sh file, try 2. 1716: ninja&make/mac: Give loadable_modules type MH_BUNDLE. BUG=280718 TBR=mark@chromium.org Review URL: https://codereview.chromium.org/23457004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221465 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Note that the new code is still behind a runtime flag (--brave-new-test-launcher), but compiling tests with support for it will make further testing possible. BUG=236893, 79359 R=akalin@chromium.org, enne@chromium.org, erikwright@chromium.org, joi@chromium.org, keybuk@chromium.org, sky@chromium.org, thestig@chromium.org, tommi@chromium.org, wtc@chromium.org, xhwang@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/23442019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221464 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
Ensure the 1993 NTP logs to UMA Most Visited tiles that use the fallback thumbnail instead of the preferred one. TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/23874005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221463 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* The bounds obtained from GetBoundsOverrideAsh is ignored (overridden) by the following logic if it returns false, so skip early for the condition that returns false. * Removed the code for non tabbed case in GetBoundsOverrideAsh as it won't be used. * removed fullscreen controller check because it seems to be redundant with window->IsFullscreen() check. (IsFullscerenForBrowser() is always false if window->IsFullscreen() is false) BUG=272460 R=skuhne@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23567007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221461 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221460 0039d316-1c4b-4281-b951-d872f2087c98
-
evan.peterson.EP@gmail.com authored
Also add a little extra flair. BUG=278904 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23611006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221458 0039d316-1c4b-4281-b951-d872f2087c98
-