- 15 Sep, 2014 38 commits
-
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#294809}
-
timvolodine authored
The number of buckets should be one more than currently specified. Otherwise the histogram buckets the values 3 and 4 in the same bucket. BUG= Review URL: https://codereview.chromium.org/547693002 Cr-Commit-Position: refs/heads/master@{#294808}
-
wajahat.s authored
In EmptyTabObserver tabBase needs to be renamed to tab as per patch https://codereview.chromium.org/148523013 BUG=339423 Review URL: https://codereview.chromium.org/549803003 Cr-Commit-Position: refs/heads/master@{#294807}
-
glider authored
Revert of Remove deprecated extension notification from ProcessManager. (patchset #2 id:20001 of https://codereview.chromium.org/566863002/) Reason for revert: One of the tests crashes with a UAF: http://crbug.com/414245 Original issue's description: > Remove deprecated extension notification from ProcessManager. > > This patch used EntensionRegistryObserver instead of DEPRECATED extension > NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED removed now. > > BUG=411568 > > Committed: https://crrev.com/1bd52ffda33ffc5614dab8e3f3d677f0a528e763 > Cr-Commit-Position: refs/heads/master@{#294799} TBR=bauerb@chromium.org,rockot@chromium.org,limasdf@gmail.com,jitendra.ks@samsung.com NOTREECHECKS=true NOTRY=true BUG=411568 Review URL: https://codereview.chromium.org/570073002 Cr-Commit-Position: refs/heads/master@{#294806}
-
ygorshenin authored
Removed memory leak suppression for crbug.com/381584 as it's not triggered on bots http://chromium-build-logs.appspot.com/suppression_query?suppression_query=bug_381584 since https://codereview.chromium.org/552363002. BUG=381584 TEST=unit_tests:DeviceOAuth2TokenServiceTest.* TBR=glider@chromium.org Review URL: https://codereview.chromium.org/563943004 Cr-Commit-Position: refs/heads/master@{#294805}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/721cecc2cc0843108a454e494f359dfc108e5a84..4f50841c49c5e333a874d1a06d9d4972b79e6896 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/572633002 Cr-Commit-Position: refs/heads/master@{#294804}
-
vasilii authored
BUG=412247 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/565673002 Cr-Commit-Position: refs/heads/master@{#294803}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/a82af42995715c70007c56509477062160a52754..721cecc2cc0843108a454e494f359dfc108e5a84 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/564413002 Cr-Commit-Position: refs/heads/master@{#294802}
-
caseq authored
The only way to get the tracing data used to be by reading the file provided in TracingController::DisableTracing() interface. This does not fit well for most usages, so this introduces a TraceDataSink interface that is backed either by a file, string, or, in case of DevTools, by the protocol client. This resolves the OOM in browser and imporves performance while recording very large traces through DevTools, streamlines TracingController core and reduces coplexity of code for most TracingController clients. BUG=409733,361045 Review URL: https://codereview.chromium.org/541763002 Cr-Commit-Position: refs/heads/master@{#294801}
-
shreeram.k authored
HTML Tags: object, ins, mark, i, legend, frameset, caption, body, th Aria role: row, spinbutton Aria state/property: aria-atomic BUG=170580 Review URL: https://codereview.chromium.org/570983002 Cr-Commit-Position: refs/heads/master@{#294800}
-
jitendra.ks authored
This patch used EntensionRegistryObserver instead of DEPRECATED extension NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED removed now. BUG=411568 Review URL: https://codereview.chromium.org/566863002 Cr-Commit-Position: refs/heads/master@{#294799}
-
dgozman authored
BUG=none Review URL: https://codereview.chromium.org/563923006 Cr-Commit-Position: refs/heads/master@{#294798}
-
magjed authored
Review URL: https://codereview.chromium.org/555953005 Cr-Commit-Position: refs/heads/master@{#294797}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/6a1d3229384c77529ed15332451294d07c8ab4f5..a82af42995715c70007c56509477062160a52754 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/567313002 Cr-Commit-Position: refs/heads/master@{#294796}
-
e.hakkinen authored
Avoid keeping track of returned tiles. Instead of that, determine the tree which should return shared tiles and use that information to skip shared tiles in the other tree. Review URL: https://codereview.chromium.org/541843002 Cr-Commit-Position: refs/heads/master@{#294795}
-
Yuri Gorshenin authored
This reverts commit 40979bf2. BUG=398856 Review URL: https://codereview.chromium.org/570053002 Cr-Commit-Position: refs/heads/master@{#294794}
-
Yuri Gorshenin authored
BUG=398856 TEST=existing browser_tests and unit_tests R=erg@chromium.org, jochen@chromium.org, nkostylev@chromium.org, pastarmovj@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/46a58bffbe303d3484d7cc288b47bfae5388109c Review URL: https://codereview.chromium.org/548323003 Cr-Commit-Position: refs/heads/master@{#294793}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/3f1bcc4d1f8057a7da5bc204180939f7fbc4e7d9..6a1d3229384c77529ed15332451294d07c8ab4f5 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/569983003 Cr-Commit-Position: refs/heads/master@{#294792}
-
tapted authored
It's tickling some strange leaks out of allocations in system libraries. TBR=glider@chromium.org NOTREECHECKS=true NOTRY=true BUG=414191 Review URL: https://codereview.chromium.org/552743006 Cr-Commit-Position: refs/heads/master@{#294791}
-
tapted authored
SearchResultView::SetResult() was missing a call to OnPercentDownloadedChanged(). This CL adds one. BUG=402859 Review URL: https://codereview.chromium.org/568383002 Cr-Commit-Position: refs/heads/master@{#294790}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/572583002 Cr-Commit-Position: refs/heads/master@{#294789}
-
jamesr authored
This adds GN rules for everything in mojo except for python bindings targets and the android packaging rules. The group //mojo builds all targets in the subdir, just like the gyp 'mojo' target. R=brettw@chromium.org TBR=acolwell@chromium.org for //media/build/BUILD.gn Review URL: https://codereview.chromium.org/563953003 Cr-Commit-Position: refs/heads/master@{#294788}
-
blundell authored
Minor changes needed to avoid requiring TestingProfile. BUG=373244 Review URL: https://codereview.chromium.org/501393004 Cr-Commit-Position: refs/heads/master@{#294787}
-
noel authored
Revert of [Mac] Implement a new WebSandboxSupport method to get the display's color space. (patchset #1 id:1 of https://codereview.chromium.org/549213004/) Reason for revert: Not needed, used https://codereview.chromium.org/554033002 instead. Original issue's description: > [Mac] Implement a new WebSandboxSupport method to get the display's color space. > > This new interface is defined at https://codereview.chromium.org/554033002/. > > BUG=397642,306348 > R=avi@chromium.org > > Committed: https://crrev.com/b6ae4d0ecc983a71a32ab1480a70e065c718c195 > Cr-Commit-Position: refs/heads/master@{#293852} TBR=avi@chromium.org,rsesek@chromium.org NOTREECHECKS=true NOTRY=true BUG=397642,306348 Review URL: https://codereview.chromium.org/563943003 Cr-Commit-Position: refs/heads/master@{#294786}
-
raymes authored
To maintain synchronous scripting backward compatibility, v8 arrays should always be converted to object vars when allowed. I have added a comment explaining the conversion of objects in more detail. This CL also adds a check to ensure that when we convert an object var to a v8 value that it is never nested inside of an array or dictionary. Before we switched from NPObject to gin, this was never possible so there is no need to add this functionality now and we should restrict this case from ever happening. BUG=411445 Review URL: https://codereview.chromium.org/566463002 Cr-Commit-Position: refs/heads/master@{#294785}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/8e45c3777d886ba3fe239bb549d06b0693692152..e6cb48382db869f8e194b83aec80fd495be76db7 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/570963002 Cr-Commit-Position: refs/heads/master@{#294784}
-
Dave Moore authored
This reverts commit 80931e51. Linux GN build failed: http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/12251 BUG= TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/571853002 Cr-Commit-Position: refs/heads/master@{#294783}
-
raymes authored
Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:100001 of https://codereview.chromium.org/568793002/) Reason for revert: Sorry to revert but I randomly noticed this to be causing a top crasher e.g. go/crash/75090c1e31f33cfd The reason is because the patch explicitly calls PluginGlobals::SetPluginProxyDelegate with NULL from PpapiThread::Shutdown but the pointer is used immediately inside the function. I guess it should be a simple fix. I was going to put up a fix which just reset the browser_sender_ to NULL in that case, but then I noticed there were cases where we call GetBrowserSender() and use it without checking whether it is NULL (e.g. https://code.google.com/p/chromium/codesearch#search/&q=%22PluginGlobals::Get()-%3EGetBrowserSender()-%3ESend%22&sq=package:chromium&type=cs) I felt it would be better to just revert for now, sorry :( Original issue's description: > PPAPI: Fix GetBrowserInterface race conditions > > BUG=413513 > > Committed: https://crrev.com/d1b2c8f719b0ab471a476bf53911a3657bb4c06a > Cr-Commit-Position: refs/heads/master@{#294715} TBR=teravest@chromium.org,piman@chromium.org,dmichael@chromium.org NOTREECHECKS=true NOTRY=true BUG=413513 Review URL: https://codereview.chromium.org/566243004 Cr-Commit-Position: refs/heads/master@{#294782}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/abaef86f2b37d8a939506a2076da07f6db456951..8e45c3777d886ba3fe239bb549d06b0693692152 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/557833005 Cr-Commit-Position: refs/heads/master@{#294781}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/477923004 Cr-Commit-Position: refs/heads/master@{#294780}
-
sammc authored
This change: - Adds running the GC until the v8 heap size reaches steady state during ModuleSystemTest::TearDown. This is necessary to ensure that gin::Wrappable objects are freed, as finalizers for JS objects aren't run during isolate shut down. - Removes a racy check that failed under valgrind. BUG=389016,406487 Review URL: https://codereview.chromium.org/502893002 Cr-Commit-Position: refs/heads/master@{#294779}
-
wensheng.he authored
graph.py in dmprof needs to support policies without l2 R=dmikurube@chromium.org,kouhei@chromium.org BUG=413999 Review URL: https://codereview.chromium.org/567173002 Cr-Commit-Position: refs/heads/master@{#294778}
-
calamity authored
This CL splits the common drop_target_ member of AppsGridView into reorder_drop_target_ and folder_drop_target_. This more clearly shows the purpose which a drop target is being used for. This also slightly changes the behavior when dropping an app into a full folder as the latest reorder drop target will be used for reordering instead of the common drop target which would have pointed at the folder. BUG=411775 Review URL: https://codereview.chromium.org/557673002 Cr-Commit-Position: refs/heads/master@{#294777}
-
nhiroki authored
Revert of Clean up GestureEventDetails constructors (patchset #4 id:100001 of https://codereview.chromium.org/565583005/) Reason for revert: This seems to fail the following tests in "athena_unittests" on "Linux ChromiumOS Tests (dbg)(3)" - HomeCardGestureManagerTest.Basic - HomeCardGestureManagerTest.StartCentered http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%283%29/builds/36778 Original issue's description: > Clean up GestureEventDetails' constructors. > > In one of the GestureEventDetails' constructors, the arguments > delta_x, delta_y sometime are not used, so we should make a new > constructor which only takes one argument EventType. > > BUG=350942 > > Committed: https://crrev.com/b5e408e7bffd3d1e6b60612f65c0538a90329c59 > Cr-Commit-Position: refs/heads/master@{#294760} TBR=tdresser@chromium.org,jdduke@chromium.org,sadrul@chromium.org,sky@chromium.org,lanwei@chromium.org NOTREECHECKS=true NOTRY=true BUG=350942 Review URL: https://codereview.chromium.org/572593002 Cr-Commit-Position: refs/heads/master@{#294776}
-
sammc authored
Currently, if a JS connector is left to be garbage collected, the handle and the WaitingCallback both become ready to be collected at the same time. If the handle is collected first, this results in an asynchronous wait on a closed handle. With this change, WaitingCallback registers itself as an observer to be notified when the handle it's watching is closing and cancels the wait if the handle closes while the wait is in progress. BUG=406487 Review URL: https://codereview.chromium.org/534953002 Cr-Commit-Position: refs/heads/master@{#294775}
-
tapted authored
Mac creates a mini-framework in `ui_unittests Framework` so that ui tests can get a resource bundle without depending on the Chrome framework. The way it generated locale information was causing build flakes since two instances of repack_locales.py could be writing to out/../gen/repack. Tests always use en-US, so instead just repack the strings made for ui_test.pak to en.lproj/locale.pak and roll it into the mini-framework bundle. Note we can't simply copy ui_test.pak because Mac system libraries will annoy valgrind with leaks when they encounter unexpected things in it. BUG=410468, 413034 Review URL: https://codereview.chromium.org/565063002 Cr-Commit-Position: refs/heads/master@{#294774}
-
limasdf authored
Revert of Remove deprecated extension notification from content_settings (patchset #6 id:240001 of https://codereview.chromium.org/276573011/) Reason for revert: Becuase this CL seems to break linux asan test http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/882 Original issue's description: > remove deprecated extension notification from content_settings. > > Use ExtensionRegistryObserver instead. > > R=bauerb@chromium.org > BUG=354046, 354458 > TEST=unit_tests > > Committed: https://crrev.com/76ad58487578183de69a8caeb48b8a22dccad652 > Cr-Commit-Position: refs/heads/master@{#294768} TBR=bauerb@chromium.org NOTREECHECKS=true NOTRY=true BUG=354046, 354458 Review URL: https://codereview.chromium.org/553263004 Cr-Commit-Position: refs/heads/master@{#294773}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/abf5ffe757e0da9eb3fdf1d1929c319fb8d74705..3f1bcc4d1f8057a7da5bc204180939f7fbc4e7d9 TBR= Review URL: https://codereview.chromium.org/568353002 Cr-Commit-Position: refs/heads/master@{#294772}
-
- 14 Sep, 2014 2 commits
-
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/30ae3179e00e720c07a838db244e93ebd8bb995c..abf5ffe757e0da9eb3fdf1d1929c319fb8d74705 TBR= Review URL: https://codereview.chromium.org/563163003 Cr-Commit-Position: refs/heads/master@{#294771}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/191f7180a839d03a8b19dbb03d15701f875ad800..30ae3179e00e720c07a838db244e93ebd8bb995c TBR= Review URL: https://codereview.chromium.org/557583003 Cr-Commit-Position: refs/heads/master@{#294770}
-