- 05 Sep, 2013 40 commits
-
-
karenlees@chromium.org authored
Also moves the count in to the Action class so the count is accessible. BUG=255728 Review URL: https://chromiumcodereview.appspot.com/23449016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221546 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
mac-release/sizes/ChromiumFramework/ChromiumFramework: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=500&rev=221506&graph=ChromiumFramework BUG=none NOTRY=true TBR=rmcilroy@chromium.org Review URL: https://chromiumcodereview.appspot.com/23514040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221545 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
> Pepper: Move FileRef to the "new" resource proxy. > > This change moves the FileRef implementation from the previous one in the "old" > resource model (ppb_file_ref_impl.cc) to the "new" resource model > (pepper_file_ref_host.cc), and from the renderer to the browser. > > As many as possible of the supporting changes were split off to other changes > to minimize the size of this change. Unfortunately, a lot of changes for > URLLoader had to be rolled into this change. > > The data structures for CreateInfo have changed, and all users of FileRef have > to be moved over, which is what causes this change to be so large. > > TBR=dmichael@chromium.org, jschuh@chromium.org, yzshen@chromium.org > BUG=225441 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216744 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218305 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219911 > > Review URL: https://codereview.chromium.org/21966004 TBR=teravest@chromium.org Review URL: https://codereview.chromium.org/23647008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221544 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This replaces the deprecated "fill_parent" with "match_parent", and "dip" with the preferred "dp". Review URL: https://chromiumcodereview.appspot.com/23648004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221542 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
This allows datatype SyncableServices to request a fresh copy of the data that was previously only passed over in batch form during MergeDataAndStartSyncing. Since it can be slow, it should be used sparingly. Though currently unused, Sessions will soon need this behavior to deal with cases where (e.g) the local session is deleted by a foreign client, thereby corrupting TabNodePool tracking and requiring a full re-association. TBR=zea@chromium.org ^Many function signature touchups under browser/ BUG=98892 Review URL: https://codereview.chromium.org/23129007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221540 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
SIGSYS is a reserved signal on Linux for the seccomp-bpf sandbox. If a previous handler for SIGSYS exists, log an error. BUG=178166 R=markus@chromium.org Review URL: https://codereview.chromium.org/23960006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221539 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
[telemetry] Make default flags passed to WebPageRelay overridable via --extra-wpr-args by placing them earlier on the command line. Review URL: https://chromiumcodereview.appspot.com/23523017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221538 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=281244 Review URL: https://chromiumcodereview.appspot.com/23875002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221536 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
See bug for details. BUG=285389 Review URL: https://chromiumcodereview.appspot.com/23706006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221535 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=284835 Review URL: https://chromiumcodereview.appspot.com/23653015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221534 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221533 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
The blink roll was causing ContentShell to crash on startup, and thus causing tons of tests to fail. Reverting until a real fix lands in blink. This reverts commit 292464e4. BUG=285973 R=aboxhall@chromium.org Review URL: https://codereview.chromium.org/24010002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221532 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
This adds test coverage for the bug fixed by http://crrev.com/218391. BUG=275810 Review URL: https://chromiumcodereview.appspot.com/23702023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221531 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://slowzork@chromium.org authored
BUG=280562 Review URL: https://chromiumcodereview.appspot.com/23926004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221530 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=285339,285364 Review URL: https://chromiumcodereview.appspot.com/23874013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221529 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
BUG=285995 R=mnaganov@chromium.org Review URL: https://codereview.chromium.org/23890006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221528 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Add Error Console UI for install warnings to the chrome:extensions page (hidden behind the error console switch). Snazzy Images: http://imgur.com/a/7QnMo#0 (updated 9/3) BUG=21734 Review URL: https://chromiumcodereview.appspot.com/22938005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221527 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Looks like this doesn't have to be a window property. Changed to use a plain global flag. BUG=272460 R=jamescook@chromium.org Review URL: https://codereview.chromium.org/23625007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221526 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
Pexe files with the cache-control:no-store header should not be cached. Add a field to the PnaclCacheInfo struct, plumb the value all the way from the plugin to the browser, and treat it basically the same way we currently treat incognito translations (since we currently don't have an off-the-record cache for those). R=jvoung@chromium.org BUG=none, noticed this was missing when doing cleanup Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221275 Reverted due to iterator use-after-erase in patchset 4. fixed in 5. No idea why it passed the CQ so cleanly but blew up the buildbots so completely. Review URL: https://chromiumcodereview.appspot.com/23458015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221525 0039d316-1c4b-4281-b951-d872f2087c98
-
armansito@chromium.org authored
This CL fixes the following bugs in the cellular APN setting UI.: 1. The first time the user brings up the custom APN UI, the APN input field contents were being set to "undefined". Fixed this. 2. After setting a custom APN, if the user ever reverted to the default APN, and if the default APN did not contain a username/password field, the username and password fields of the Cellular.APN property were being set to "undefined" and this was getting stored in the profile. 3. The JS now caches the APN fields set by the user so that the user can now switch back and forth between the default and the selected APNs. Before, trying to select the user APN via the drop-down menu resulted in the wrong APN to be set. BUG=282711 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/23629010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221524 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
This cl removes a temporary Android-specific if-defined to force scrollbars to be solid-color, used while waiting for corresponding Blink changes that landed in r157254. BUG= Review URL: https://chromiumcodereview.appspot.com/23653017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221523 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none R=chrisgao@chromium.org Review URL: https://codereview.chromium.org/23566018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221521 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
As preparation of migrating Drive disabling setting into Drive File System's mounting state, this replaces GetForProfile, since it will return the instance always (regardless of Drive disabling setting). BUG=284972 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/23638007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221520 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221519 0039d316-1c4b-4281-b951-d872f2087c98
-
eliben@chromium.org authored
It doesn't require PNaCl-specific changes per se, but I updated it to use the new formatting (and created placeholder pages for links) and also simplified it a bit to be less version-dependent. BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/23538006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221517 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
The CountingPolicyTest.CapReturns and FullStreamUIPolicyTest.CapReturns tests are occasionally flaking because the IO is slow and we have a low timeout of 5s set. This raises the timeout to 8s and makes sure the flush happens before our timeout starts. Shoutout to mvrable for figuring out what was going on. BUG=285823 NOTRY=true R=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/23991002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221516 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=no Review URL: https://chromiumcodereview.appspot.com/23442007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221515 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23530042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221514 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Also removed unnecessary calls to updateNavBar_(). This fix is based on http://crrev.com/219018, which had to be reverted because it introduced a regression. BUG=263870 TEST=See repro steps in bug. R=jhawkins@chromium.org Review URL: https://codereview.chromium.org/23464026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221512 0039d316-1c4b-4281-b951-d872f2087c98
-
eliben@chromium.org authored
This updates the Native Client technical overview to the new bright world of PNaCl. As discussed in the team meeting, I'm still focusing on Native Client as the umbrella name for the technology, but trying to present PNaCl as the default toolchain. This update also removes some duplication from the document (with itself and with other documents), and introduces new, consistent diagrams. The other documents touched are just adding placeholders for links to look nicely in rendering. It's still rough along the edges and has some TODOs, but I think it's ready for an initial review. BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/23629023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221511 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-