- 14 Aug, 2014 10 commits
-
-
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 30 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
-
oshima@chromium.org authored
BUG=403533 TBR=gpdavis.chromium@gmail.com Review URL: https://codereview.chromium.org/469813005 Cr-Commit-Position: refs/heads/master@{#289384} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289384 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Cleanup: Forward declare MojoApplicationHost in render_process_host_impl.h, instead of including the header. R=sky@chromium.org Review URL: https://codereview.chromium.org/469803002 Cr-Commit-Position: refs/heads/master@{#289383} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289383 0039d316-1c4b-4281-b951-d872f2087c98
-
jww@chromium.org authored
(Re-commit of https://codereview.chromium.org/418133012/) Currently, if a user clicks 'proceed' through an SSL interstitial, their only way to revoke this decision is to restart their browser session. This commit provides an explicit button in the page info to revoke this decision if the user is using the remember certificate error decisions experiment. Since decisions are remembered across browser restarts for these users, it's important to provide them with a mechanism to revoke their decision later. BUG=262615 NOTRY=true TBR=tedchoc@chromium.org,rsesek@chromium.org,jam@chromium.org,pkasting@chromium.org Review URL: https://codereview.chromium.org/473643002 Cr-Commit-Position: refs/heads/master@{#289382} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289382 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=403528 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/476443002 Cr-Commit-Position: refs/heads/master@{#289381} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289381 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
NOTRY=true TBR=hclam@chromium.org Review URL: https://codereview.chromium.org/467423002 Cr-Commit-Position: refs/heads/master@{#289380} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289380 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Broke Android Tests (dbg) > Battery Status API: implementation for Linux. > > 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 > > Review URL: https://codereview.chromium.org/436683002 TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/472643002 Cr-Commit-Position: refs/heads/master@{#289379} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289379 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=none TBR=tbreisacher@chromium.org Review URL: https://codereview.chromium.org/472613003 Cr-Commit-Position: refs/heads/master@{#289376} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289376 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#289375} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289375 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
2fd7b0b Disable exceptions for the pdfium targets, now that pdfium:28 is done. d4e406e Remove try/catch block d38a35e Treat null Parent as no Parent for dictionary objects 9fa56b7 Fix missing or broken include guard macros in pdfium headers. 87708e1 For a CPDF_Color object, when set a new pattern to it, disconnect its link with the old pattern fda0d42 When normalize coordinate, return instead of assert() when divide BUG=382988,402260,402437,pdfium:28,82385 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/469603003 Cr-Commit-Position: refs/heads/master@{#289374} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289374 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=402903 R=yoz@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/462103003 Cr-Commit-Position: refs/heads/master@{#289373} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289373 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 Review URL: https://codereview.chromium.org/436683002 Cr-Commit-Position: refs/heads/master@{#289372} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289372 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Cr-Commit-Position: refs/heads/master@{#289371} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289371 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
This class stores criteria for selecting USB devices. A device can be matched by its vendor and product IDs, and the interfaces that it implements. BUG=346953 TBR=satorux@chromium.org Review URL: https://codereview.chromium.org/462753002 Cr-Commit-Position: refs/heads/master@{#289370} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289370 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=403018 R=oshima@chromium.org Review URL: https://codereview.chromium.org/475533002 Cr-Commit-Position: refs/heads/master@{#289369} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289369 0039d316-1c4b-4281-b951-d872f2087c98
-