- 14 Aug, 2014 24 commits
-
-
thestig@chromium.org authored
BUG=16326,17291,19196,19377,19463,22098,95902 NOTRY=true Review URL: https://codereview.chromium.org/471783002 Cr-Commit-Position: refs/heads/master@{#289465} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289465 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
|split_view_controller_| depends on |mru_window_tracker_|. So destroy them in the correct order to avoid the use-after-free when destroying the window manager. BUG=none TBR=mfomitchev@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/471803002 Cr-Commit-Position: refs/heads/master@{#289464} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289464 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Turns out we need it to be included in full_results.json as well as passed as a URL parameter :(. TBR=ojan@chromium.org, tonyg@chromium.org BUG=323212 Review URL: https://codereview.chromium.org/474843002 Cr-Commit-Position: refs/heads/master@{#289459} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289459 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#289456} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289456 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
When a window is dragged horizontally in the overview-mode, create an OverviewToolbar object. The toolbar shows a couple of ActionButtons for 'close' and 'split' options. If the user drags (and drops) the window over the 'split' button, then the split-view mode is triggered. The buttons are highlighted (scaled up 50%) to indicate the action that will be performed. BUG=402598 R=mfomitchev@chromium.org, mukai@chromium.org Review URL: https://codereview.chromium.org/459613008 Cr-Commit-Position: refs/heads/master@{#289454} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289454 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This allows all CdmPromise objects to report their result (success or exception) if given the name of a histogram at construction. As an example, a UMA for the unprefixed NewSession method is included. BUG=351501 Review URL: https://codereview.chromium.org/452643002 Cr-Commit-Position: refs/heads/master@{#289453} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289453 0039d316-1c4b-4281-b951-d872f2087c98
-
arnarb@chromium.org authored
APIs support the U2F spec complient discovery based on Usage Pages. Request batch attestation certs for consumer appIds BUG=403301 Review URL: https://codereview.chromium.org/461403003 Cr-Commit-Position: refs/heads/master@{#289452} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289452 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=vmpstr,enne BUG=401209 Review URL: https://codereview.chromium.org/463403002 Cr-Commit-Position: refs/heads/master@{#289451} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289451 0039d316-1c4b-4281-b951-d872f2087c98
-
ckehoe@chromium.org authored
BUG=403284 Review URL: https://codereview.chromium.org/468213002 Cr-Commit-Position: refs/heads/master@{#289450} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289450 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=341408 Review URL: https://codereview.chromium.org/474473002 Cr-Commit-Position: refs/heads/master@{#289449} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289449 0039d316-1c4b-4281-b951-d872f2087c98
-
smaslo@chromium.org authored
Adds a method to DistilledPagePrefsView that creates and shows an AlertDialog with a DistilledPagePrefsView. CQ_TRYBOTS=tryserver.chromium.linux:android_aosp,android_clang_dbg,android_dbg BUG=383630 Review URL: https://codereview.chromium.org/462253004 Cr-Commit-Position: refs/heads/master@{#289445} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289445 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403628 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/469093003 Cr-Commit-Position: refs/heads/master@{#289442} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289442 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403627 TBR=michaelpg@chromium.org Review URL: https://codereview.chromium.org/470813002 Cr-Commit-Position: refs/heads/master@{#289441} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289441 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289440} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289440 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@chromium.org authored
Along with a matching suppression for lsan. TBR=adamk@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/470793002 Cr-Commit-Position: refs/heads/master@{#289438} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289438 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Both methods do almost the same and just difer on whether or not to load the common resources (aka chrome pak files!). BUG=340082 TEST=None R=tony@chromium.org,lambroslambrou@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/457103003 Cr-Commit-Position: refs/heads/master@{#289435} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289435 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Disable pooling when there are cert errors. Disable pooling when pinning does not match for the new host. BUG=398925 Review URL: https://codereview.chromium.org/425803014 Cr-Commit-Position: refs/heads/master@{#289433} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289433 0039d316-1c4b-4281-b951-d872f2087c98
-
timvolodine@chromium.org authored
Implementation of the Battery Status API for the Linux platform. Implementation uses DBus to talk to org.freedesktop.UPower service to obtain battery information. BUG=122593 TEST=http://jsbin.com/battery-status-test (manual) TBR=brettw@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289372 Review URL: https://codereview.chromium.org/436683002 Cr-Commit-Position: refs/heads/master@{#289431} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289431 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403533 TBR=gpdavis.chromium@gmail.com Review URL: https://codereview.chromium.org/474743002 Cr-Commit-Position: refs/heads/master@{#289429} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289429 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Add an ALPHA_8 UIResourceFormat corresponding to the kAlpha_8_SkColorType. Also plumb this format to its corresponding ALPHA_8 OpenGL format. This is in preparation for the UIResource-backed Android L overscroll effect, https://codereview.chromium.org/367173003/. BUG=389744 Review URL: https://codereview.chromium.org/463663002 Cr-Commit-Position: refs/heads/master@{#289428} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289428 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Starting chrome to about:blank instead of the NTP improves telemetry_unittests cycle time by ~14% (172s -> 148s) on my MBP. This required a couple of test updates: 1. It made testIFrame fail deterministically which exposed the source of flake. The context_id isn't the current index, it is just a monotonically increasing ID. So it depends on the number of contexts used previously. 2. It made the GPU memory test measure a larger delta (presumably due to the simpler previous page). BUG=394454,388256 Review URL: https://codereview.chromium.org/466233002 Cr-Commit-Position: refs/heads/master@{#289423} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289423 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=318404 NOTRY=true Review URL: https://codereview.chromium.org/472503003 Cr-Commit-Position: refs/heads/master@{#289422} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289422 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289421} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289421 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
ERROR: LeakSanitizer: detected memory leaks > Blink roll 180116:180191 > > http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180117:180191&mode=html > TBR=zerny@chromium.org,adamk@chromium.org > BUG= > > Review URL: https://codereview.chromium.org/469003002 TBR=adamk@chromium.org Review URL: https://codereview.chromium.org/466203004 Cr-Commit-Position: refs/heads/master@{#289420} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289420 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Aug, 2014 16 commits
-
-
rmcilroy@chromium.org authored
BUG=403308 Review URL: https://codereview.chromium.org/471573002 Cr-Commit-Position: refs/heads/master@{#289416} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289416 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
Changes in the renderer side: * Implementing WebServiceWorkerRegistrationImpl in order to handle 'updatefound' event and version attributes. * Adding ServiceWorkerRegistrationHandleReference which is responsible for incrementing/decrementing the refcount of ServiceWorkerRegistration in the browser-side (in the same way as ServiceWorkerHandleRefernce). Changes in the browser side: * Adding ServiceWorkerRegistrationHandle which manages the refcount of ServiceWorkerRegistration and listens to its version change events. This is managed by ServiceWorkerDispatcherHost. Changes in the wiring part: * Adding new IPC messages for refcount operations. * Changing Registered and SetVersionAttributes messages to carry the registration handle id. BUG=384119, 396400 TEST=content_unittests --gtest_filter=ServiceWorker* TEST=run_webkit_tests.py --debug http/tests/serviceworker TEST=https://codereview.chromium.org/466723002/ (layout tests for ServiceWorkerRegistration) NOTRY=true Review URL: https://codereview.chromium.org/463013002 Cr-Commit-Position: refs/heads/master@{#289415} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289415 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=402222 TEST=Verified on linux_chromeos. Review URL: https://codereview.chromium.org/467073002 Cr-Commit-Position: refs/heads/master@{#289414} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289414 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- Add edge menu bg assets. NOTRY=true BUG=400549 R=aurimas@chromium.org Review URL: https://codereview.chromium.org/463203003 Cr-Commit-Position: refs/heads/master@{#289413} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289413 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
With this CL, device policy invalidation keeps track of the highest invalidation version that has been handled (= policy has been reloaded for this version already) when one invalidation is destroyed and another created. BUG=358699 TEST=WIP Review URL: https://codereview.chromium.org/460573005 Cr-Commit-Position: refs/heads/master@{#289411} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289411 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289405} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289405 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180117:180191&mode=html TBR=zerny@chromium.org,adamk@chromium.org BUG= Review URL: https://codereview.chromium.org/469003002 Cr-Commit-Position: refs/heads/master@{#289404} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289404 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
iOS 6 will no longer be supported. Replaces deprecated sizeWithFont: with sizeWithAttributes: (adding a ceilf since according to the internet, the former rounds up, and the latter does not) to fix compilation. BUG=402921 Review URL: https://codereview.chromium.org/463333002 Cr-Commit-Position: refs/heads/master@{#289403} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289403 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289397} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289397 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13600: (mseaborn) PNaCl: Fix SJLJ EH redirector functions to not get "nounwind" attributes r13601: (yyanagisawa) Re-enable use of goma on Windows. r13602: (dschuff) PNaCl driver: Add libgcc to mixed native/bitcode links r13603: (ncbray) build_nexe.py: support compiling generated code in GYP. r13604: (dschuff) Revert "Re-enable use of goma on Windows." r13605: (mcgrathr) Configure GDB with --enable-tui r13606: (dschuff) PNaCl: Update libc++ revision in pnacl/COMPONENT_REVISIONS r13607: (jvoung) Add Subzero to the pnacl/deps_update script and have binutils check 2.24. r13608: (jvoung) PNaCl: Update Subzero revision in pnacl/COMPONENT_REVISIONS r13609: (dschuff) Roll LLVM COMPONENT_REVISIONS back to 007f1fd0 r13610: (noelallen) Break up arch dependencies r13611: (jvoung) Make some of the "get" pthread function prototypes take const params. BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/473473002 Cr-Commit-Position: refs/heads/master@{#289396} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289396 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
This reverts commit r288866 because of crashes. Old patch: https://codereview.chromium.org/134623005/ NOTRY=true TBR=danakj@chromium.org,boliu@chromium.org,piman@chromium.org,ben@chromium.org BUG=402943,403400 Review URL: https://codereview.chromium.org/475483002 Cr-Commit-Position: refs/heads/master@{#289395} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289395 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403544 TBR=michaeln@chromium.org Review URL: https://codereview.chromium.org/467373003 Cr-Commit-Position: refs/heads/master@{#289393} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289393 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Implements Split Screen mode and window cycling behavior. Resubmit of https://codereview.chromium.org/420603011/ TBR=oshima@chromium.org,mukai@chromium.org BUG=383421 Review URL: https://codereview.chromium.org/468133002 Cr-Commit-Position: refs/heads/master@{#289392} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289392 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=391032 Review URL: https://codereview.chromium.org/452183002 Cr-Commit-Position: refs/heads/master@{#289389} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289389 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=397334 TEST=manual NOTRY=true Review URL: https://codereview.chromium.org/471623004 Cr-Commit-Position: refs/heads/master@{#289387} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289387 0039d316-1c4b-4281-b951-d872f2087c98
-
anton@chromium.org authored
The implementation of thread local storage on Android does not free slots in a fixed size datastructure with 256 slots. When a large number of tests run in a single process it is easy to exceed the limit. We don't have control over how many slots are burnt per test, so we just assume that one slot is burnt per test. We split the tests so only 256 run in a given process. BUG=354405 Review URL: https://codereview.chromium.org/453953003 Cr-Commit-Position: refs/heads/master@{#289386} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289386 0039d316-1c4b-4281-b951-d872f2087c98
-