- 23 Nov, 2015 40 commits
-
-
kmarshall authored
cl/1436373002 removed this field from the response, which created inconsistent behavior between service_discovery_client_impl.cc and service_discovery_client_mac.mm. Also added test expectations to catch the regression. BUG=560448 R=vitalybuka@chromium.org CC=wez@chromium.org Review URL: https://codereview.chromium.org/1467393002 Cr-Commit-Position: refs/heads/master@{#361187}
-
maniscalco authored
BUG=559338 Review URL: https://codereview.chromium.org/1469503002 Cr-Commit-Position: refs/heads/master@{#361186}
-
eakuefner authored
Telemetry's find_dependencies has reached the end of its deprecation cycle, and the version in tools/perf is now the recommended one to use. BUG=528331 Review URL: https://codereview.chromium.org/1472923003 Cr-Commit-Position: refs/heads/master@{#361185}
-
aizatsky authored
BUG= Review URL: https://codereview.chromium.org/1465283002 Cr-Commit-Position: refs/heads/master@{#361184}
-
pdr authored
This patch starts generating transform and effect paint property nodes for SVG. PaintPropertyTreeBuilder has been changed to walk both LayoutBoxModelObjects and SVG nodes. The effect node generation is straightforward, but SVG transform nodes need some svg-specific logic: 1) SVG does not use paint offset because everything is effectively absolutely positioned. The SVG root element now always creates a paint offset transform so all children do not need to. 2) SVG bakes the transform origin into all matrices. We may want to refactor this later to support compositor animations. 3) At the SVG->HTML boundary, out-of-flow and fixed positioning data is kept up to date by checking for both xforms and isSVGRoot. BUG=537409 Review URL: https://codereview.chromium.org/1461223002 Cr-Commit-Position: refs/heads/master@{#361183}
-
thestig authored
Review URL: https://codereview.chromium.org/1466253002 Cr-Commit-Position: refs/heads/master@{#361182}
-
davve authored
Create a SVG1DOMFilter UseCounter to measure all filter related SVG DOM functionality. The assumption we want to test is that the filter related SVG DOM has really low usage. From a quick test it would shave off 90kb of the binary if we could remove it. That's only counting binding code and there is a good chance number-optional-number related functionality can be removed too, if these interfaces can be removed. BUG=415074 Review URL: https://codereview.chromium.org/1472773002 Cr-Commit-Position: refs/heads/master@{#361181}
-
qiankun.miao authored
These formats don't work for TexStorage3D if target is TEXTURE_3D. TEXTURE_2D_ARRAY should work. BUG=295792 TEST=conformance2/textures/misc/tex-storage-compressed-formats.html Committed: https://crrev.com/5b5a54a2d7c287e09f644d04e29718b310949221 Cr-Commit-Position: refs/heads/master@{#360760} Review URL: https://codereview.chromium.org/1463503002 Cr-Commit-Position: refs/heads/master@{#361180}
-
wangxianzhu authored
To ensure layer is set needsRepaint(). BUG=536999 TEST=scrollbars/scrollbar-added-during-drag.html etc with sync painting enabled Review URL: https://codereview.chromium.org/1469823004 Cr-Commit-Position: refs/heads/master@{#361179}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2280bfa0..01158a14 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1468883004 Cr-Commit-Position: refs/heads/master@{#361178}
-
sky authored
BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1469733004 Cr-Commit-Position: refs/heads/master@{#361177}
-
yusufo authored
This removes the DocumentTabObserver as a separate class inside DocumentTab. It also add the favicon image as a param to onFaviconUpdated inside TabObserver and uses that to update the icon used for task descriptions to largest size in both Document and WebAppActivities. BUG=546182 Review URL: https://codereview.chromium.org/1464743005 Cr-Commit-Position: refs/heads/master@{#361176}
-
shess authored
For a normal SQLite build using uClibc, autoconf would generate a config.h which SQLite would use. Chromium's build system doesn't make it easy to use different versions of a file depending on platform. Use SQLite's config.h support to build a hybrid which allows additional preprocessor detection. BUG=489784 Review URL: https://codereview.chromium.org/1437823005 Cr-Commit-Position: refs/heads/master@{#361175}
-
pfeldman authored
Revert of DevTools: Add dark theme hidden experiment (patchset #2 id:20001 of https://codereview.chromium.org/1458223005/ ) Reason for revert: Since the theme does not work and can't be used, this should really be behind 10 shifts. Original issue's description: > DevTools: Add dark theme hidden experiment > > BUG=559524 > > Committed: https://crrev.com/a7d0f43f83b514a46ec3850aab3160412cdd8a53 > Cr-Commit-Position: refs/heads/master@{#361015} TBR=paulirish@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=559524 Review URL: https://codereview.chromium.org/1471693003 Cr-Commit-Position: refs/heads/master@{#361174}
-
pkotwicz authored
BUG=510485 Review URL: https://codereview.chromium.org/1442473002 Cr-Commit-Position: refs/heads/master@{#361173}
-
caseq authored
This fixes initializer for benchmark_enabled to actually check for both benchmark and latencyInfo to match the categories actually used in trace events and renames it to latency_info_enabled. BUG=520659 Review URL: https://codereview.chromium.org/1462923003 Cr-Commit-Position: refs/heads/master@{#361172}
-
sigbjornf authored
R=tkent BUG= Review URL: https://codereview.chromium.org/1470873002 Cr-Commit-Position: refs/heads/master@{#361171}
-
nednguyen authored
win platform to be 1 to temporarily fix the race condition on win bot. BUG=559154 NOTRY=true Review URL: https://codereview.chromium.org/1471673003 Cr-Commit-Position: refs/heads/master@{#361170}
-
lazyboy authored
It used to be that WebContentsImpl only knew about the RWHs created through WebContentsImpl::CreateNewWidget() and stored them in WCI::created_widgets_. However, widgets created through FrameTree::CreateRenderViewHost() used to be left out. This made RenderWidgetHostImpl::WasResized() to incorrectly send ViewMsg_Resize while the WebContents was being torn down. WasResized() has a check for !delegate_ but |delegate_| never became nullptr during WebContentsImpl shutdown. Adding all widgets to WCI::created_widgets_ will ensure that we notify RWHs about the delegate's (WC) destruction via DetachDelegate and do not send ViewMsg_Resize while a the delegate (WC) is shutting down. BUG=523644, 523451 Test=See https://code.google.com/p/chromium/issues/detail?id=523644#c16 for repro steps. Ensure the renderer does not crash. Review URL: https://codereview.chromium.org/1457203002 Cr-Commit-Position: refs/heads/master@{#361169}
-
mdjones authored
There are instances where callbacks and events can be triggered and then the host tab for Reader Mode is destroyed. This change adds checks for these cases. BUG=556930, 556456, 556354 Review URL: https://codereview.chromium.org/1451103004 Cr-Commit-Position: refs/heads/master@{#361168}
-
lgarron authored
BUG=558839 Review URL: https://codereview.chromium.org/1457883004 Cr-Commit-Position: refs/heads/master@{#361167}
-
thestig authored
TBR=brettw@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1469783002 Cr-Commit-Position: refs/heads/master@{#361166}
-
caseq authored
TBR=haraken BUG=559300 Review URL: https://codereview.chromium.org/1468173002 Cr-Commit-Position: refs/heads/master@{#361165}
-
maxbogue authored
BUG=527856 Review URL: https://codereview.chromium.org/1434413002 Cr-Commit-Position: refs/heads/master@{#361164}
-
beaudoin authored
Revert of views/mus: Fix showing menu in chrome in mus. (patchset #2 id:20001 of https://codereview.chromium.org/1460003004/ ) Reason for revert: Suspected in build failure. see crbug.com/560461 Original issue's description: > views/mus: Fix showing menu in chrome in mus. > > For menus in chrome-in-mus, we attempt to create a Widget hosted in a native > window. For desktop builds, this means we attempt to host in a HWND or an > X11 window created by DesktopNativeWidgetAura. But for mus, we want to use > NativeWidgetMus. To do this, use the native-widget factory first if it's > available. > > BUG=none > > Committed: https://crrev.com/2914df72a605451828a05e108c35fe9a1d72c971 > Cr-Commit-Position: refs/heads/master@{#361151} TBR=sky@chromium.org,jam@chromium.org,sadrul@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/1472873003 Cr-Commit-Position: refs/heads/master@{#361163}
-
sky authored
We'll need this for cursors and shadows. BUG=548426 TEST=none R=erg@chromium.org Review URL: https://codereview.chromium.org/1466483003 Cr-Commit-Position: refs/heads/master@{#361162}
-
pedrosimonetti authored
BUG=557739 Review URL: https://codereview.chromium.org/1470613003 Cr-Commit-Position: refs/heads/master@{#361161}
-
dmazzoni authored
1. Scrolls the page when navigating to a node, and updates the active indicator location when a scroll event is received. 2. Update the active indicator location on every Output, rather than only for speech or only for braille. (It was sometimes getting set and then overwritten with nothing.) 3. Handle subranges within a node with a new boundsForRange API. 4. Automation API: implement boundsForRange, take frame offsets and scroll offsets into account when returning a node's bounding box, and use heuristics to avoid returning an empty bounding box. BUG=537248 TBR=aboxhall Review URL: https://codereview.chromium.org/1458723002 Cr-Commit-Position: refs/heads/master@{#361160}
-
yunchao.he authored
TEST=conformance2/renderbuffers/framebuffer-test.html, gpu_unittests BUG=429053 Review URL: https://codereview.chromium.org/1236053003 Cr-Commit-Position: refs/heads/master@{#361159}
-
xunjieli authored
Previously, the interface for URLRequestJob::ReadRawData was as follows: bool ReadRawData(IOBuffer*, int, int*) Subclasses were expected to signal completion of the ReadRawData call by calling NotifyDone, SetStatus, or maybe one of the other Notify* functions on URLRequestJob, most of which do internal housekeeping and also drive the URLRequest's state machine. This made it difficult to reason about the URLRequestJob's state machine and needlessly complicated most of URLRequestJob. The new interface is as follows: int ReadRawData(IOBuffer*, int) Subclasses are required to either: a) Return ERR_IO_PENDING, and call ReadRawDataComplete when the read completes in any way, or b) Return a count of bytes read >= 0, indicating synchronous success, or c) Return another error code < 0, indicating synchronous failure. This substantially narrows the interface between URLRequestJob and its subclasses and moves the logic for the URLRequest state machine largely into URLRequestJob. Also, the signature of URLRequestJob::ReadFilteredData and some other internal URLRequestJob helpers changes to propagate detailed error codes instead of coercing all errors to FAILED. TBR=michaeln@chromium.org,mnaganov@chromium.org,skyostil@chromium.org,eugenebut@chromium.org,davidben@chromium.org,falken@chromium.org,mtomasz@chromium.org, sky@chromium.org,jianli@chromium.org,zork@chromium.org,rdsmith@chromium.org BUG=553300 Review URL: https://codereview.chromium.org/1467603002 Cr-Commit-Position: refs/heads/master@{#361158}
-
aizatsky authored
BUG= Review URL: https://codereview.chromium.org/1468123002 Cr-Commit-Position: refs/heads/master@{#361157}
-
caseq authored
BUG= Review URL: https://codereview.chromium.org/1467703003 Cr-Commit-Position: refs/heads/master@{#361156}
-
mathp authored
Previous change was not correct and lacked sufficient testing. Now testing with two forms to test for correct vector order. BUG=555025 TEST=AutofillManagerTest Review URL: https://codereview.chromium.org/1472723003 Cr-Commit-Position: refs/heads/master@{#361155}
-
penghuang authored
BUG=560331 Review URL: https://codereview.chromium.org/1469873003 Cr-Commit-Position: refs/heads/master@{#361154}
-
maxbogue authored
BUG=536895,543405 Review URL: https://codereview.chromium.org/1458013003 Cr-Commit-Position: refs/heads/master@{#361153}
-
afakhry authored
The following items are included in this CL. 1- Javascipt column for child processes that don't use V8 memory should always show "N/A". 2- Idle wakeups should show up only once per process. 3- NaCl debug ports column shows "Disabled" when the enable-nacl-debug flag is disabled. 4- NaCl modules should show the name of the app/extension instead of the URL. 5- Network usage can now be reported per process. R=nick@chromium.org BUG=551580 Review URL: https://codereview.chromium.org/1439213004 Cr-Commit-Position: refs/heads/master@{#361152}
-
sadrul authored
For menus in chrome-in-mus, we attempt to create a Widget hosted in a native window. For desktop builds, this means we attempt to host in a HWND or an X11 window created by DesktopNativeWidgetAura. But for mus, we want to use NativeWidgetMus. To do this, use the native-widget factory first if it's available. BUG=none Review URL: https://codereview.chromium.org/1460003004 Cr-Commit-Position: refs/heads/master@{#361151}
-
sky authored
I'm going to need more than one object to detect focus changes. BUG=548424 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/1465143004 Cr-Commit-Position: refs/heads/master@{#361150}
-
moshayedi authored
Fix the missing "data_store.pb.h" error when building extensions gn target on a clean output directory. data_reduction_proxy_api.cc includes data_store.pb.h directly and indirectly (via data_reduction_proxy_compression_stats.h). This CL adds //components/data_reduction_proxy/proto:data_reduction_proxy_proto to the dependencies of extensions to solve this problem. BUG=560321 Review URL: https://codereview.chromium.org/1460313004 Cr-Commit-Position: refs/heads/master@{#361149}
-
erikchen authored
BUG=547246 Review URL: https://codereview.chromium.org/1460133002 Cr-Commit-Position: refs/heads/master@{#361148}
-