- 13 Aug, 2014 40 commits
-
-
kouhei@chromium.org authored
http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html is leaking Resource (flaky) TBR=hajimehoshi@chromium.org,tkent@chromium.org NOTRY=true BUG=403367 Review URL: https://codereview.chromium.org/466373003 git-svn-id: svn://svn.chromium.org/blink/trunk@180194 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
philipj@opera.com authored
It does nothing as of Blink r178756: https://codereview.chromium.org/414443006 It's never set as of Chromium r289294: https://codereview.chromium.org/449393002 BUG=401887 Review URL: https://codereview.chromium.org/453813003 git-svn-id: svn://svn.chromium.org/blink/trunk@180193 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dsinclair@chromium.org authored
This CL updates the usage of repaint to be paintInvalidation inside the various style/ classes. BUG=338691 Review URL: https://codereview.chromium.org/470633002 git-svn-id: svn://svn.chromium.org/blink/trunk@180192 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
skyostil@chromium.org authored
Remove the specialized code for tracking touch events in favor of the generic EventHandlerRegistry. Covered by existing tests. See https://codereview.chromium.org/206603002/ for full review history. BUG=347366 TEST=fast/events/touch* Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177812 Review URL: https://codereview.chromium.org/225903009 git-svn-id: svn://svn.chromium.org/blink/trunk@180191 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vsevik@chromium.org authored
DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state changes. R=pfeldman,apavlov Review URL: https://codereview.chromium.org/467233002 git-svn-id: svn://svn.chromium.org/blink/trunk@180190 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@chromium.org authored
This ASSERT is triggering in some print previous browser_tests. I'm disabling it temporarily while I investigate. R=adamk@chromium.org Review URL: https://codereview.chromium.org/470653002 git-svn-id: svn://svn.chromium.org/blink/trunk@180189 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
https://codereview.chromium.org/405403003/ager@chromium.org authored
This change did not contain the bug it just made it much more likely that we would see it. Reapplying (again). :) original description: "[oilpan]: Change marking to do precise roots first and conservative second. This way we avoid conservatively scanning objects that were reachable through precise pointers." Review URL: https://codereview.chromium.org/468083002 git-svn-id: svn://svn.chromium.org/blink/trunk@180188 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yoav@yoav.ws authored
Following a discussion on the lack of support for <picture><source src></picture> that happened on https://github.com/ResponsiveImagesCG/picture-element/issues/224 I would like to add a console warning to guide authors away from this pattern. BUG=403260 Review URL: https://codereview.chromium.org/466353002 git-svn-id: svn://svn.chromium.org/blink/trunk@180187 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eustas@chromium.org authored
BUG=316092 Review URL: https://codereview.chromium.org/467143002 git-svn-id: svn://svn.chromium.org/blink/trunk@180186 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dsinclair@chromium.org authored
Apparently you can spell words with uppercase characters as well as lower case characters. BUG=338691 Review URL: https://codereview.chromium.org/468933002 git-svn-id: svn://svn.chromium.org/blink/trunk@180185 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
semeny@google.com authored
BUG=391593 Review URL: https://codereview.chromium.org/472483002 git-svn-id: svn://svn.chromium.org/blink/trunk@180184 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jchaffraix@chromium.org authored
Review URL: https://codereview.chromium.org/462403002 git-svn-id: svn://svn.chromium.org/blink/trunk@180183 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sunil.ratnu@samsung.com authored
Cleanup namespace usage in Source/core/{dom/* and fileapi/*} - Remove unnecessary blink:: prefixes - Make blank lines consistent BUG=None Review URL: https://codereview.chromium.org/460393003 git-svn-id: svn://svn.chromium.org/blink/trunk@180182 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/468123002 git-svn-id: svn://svn.chromium.org/blink/trunk@180181 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
haraken@chromium.org authored
- Split compilation of private scripts from running installClass(), in order to distinguish a compile error with a runtime error that happens in installClass(). - Added ScriptOrigin to private scripts. By doing this, dumpV8Message() can print a file name and a line number where an error is triggered. - Refactored PrivateScriptRunner.cpp a bit. This just affects fprintf(stderr) and doesn't change any web-exposed behavior. BUG=341031 Review URL: https://codereview.chromium.org/465283002 git-svn-id: svn://svn.chromium.org/blink/trunk@180180 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sigbjornf@opera.com authored
To allow the embedder to distinguish POST requests emanating from sendBeacon() from those from a <a ping>, assign a more precise target type to the former. This is done in preparation for adding Beacon-Age: headers to Beacon requests. R=mkwst@chromium.org BUG=398167 Review URL: https://codereview.chromium.org/468853002 git-svn-id: svn://svn.chromium.org/blink/trunk@180179 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
apavlov@chromium.org authored
This is required to introduce a new "toolbox" application within the new application loading scheme. R=dgozman, pfeldman, vsevik BUG=391566 Review URL: https://codereview.chromium.org/460673003 git-svn-id: svn://svn.chromium.org/blink/trunk@180178 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
R=sergeyv@chromium.org Review URL: https://codereview.chromium.org/464343002 git-svn-id: svn://svn.chromium.org/blink/trunk@180177 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eustas@chromium.org authored
See: https://codereview.chromium.org/449893002 BUG= TBR=vsevik@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/471553003 git-svn-id: svn://svn.chromium.org/blink/trunk@180176 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lushnikov@chromium.org authored
Currently console gets scrolled to bottom whenever it gets resized. The patch fixes this erroneous behavior. R=vsevik, pfeldman Review URL: https://codereview.chromium.org/462083002 git-svn-id: svn://svn.chromium.org/blink/trunk@180175 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
Review URL: https://codereview.chromium.org/470553002 git-svn-id: svn://svn.chromium.org/blink/trunk@180174 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
erik.corry@gmail.com authored
R=ager@chromium.org, haraken@chromium.org BUG=402426 NOTRY=true Review URL: https://codereview.chromium.org/464283002 git-svn-id: svn://svn.chromium.org/blink/trunk@180173 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eustas@chromium.org authored
This method encourages className crafting and runs unexpectedly long. BUG=316092 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180163 Review URL: https://codereview.chromium.org/466703002 git-svn-id: svn://svn.chromium.org/blink/trunk@180172 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alexclarke@chromium.org authored
Review URL: https://codereview.chromium.org/439923006 git-svn-id: svn://svn.chromium.org/blink/trunk@180171 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
apavlov@chromium.org authored
R=lushnikov BUG=403309 NOTRY=true Review URL: https://codereview.chromium.org/466393002 git-svn-id: svn://svn.chromium.org/blink/trunk@180170 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zerny@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/468103002 git-svn-id: svn://svn.chromium.org/blink/trunk@180169 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aandrey@chromium.org authored
R=yurys@chromium.org, yurys Review URL: https://codereview.chromium.org/464793002 git-svn-id: svn://svn.chromium.org/blink/trunk@180168 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
yurys@chromium.org authored
BUG=401895 R=alph@chromium.org Review URL: https://codereview.chromium.org/466343002 git-svn-id: svn://svn.chromium.org/blink/trunk@180167 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
aandrey@chromium.org authored
TBR=vsevik Review URL: https://codereview.chromium.org/468763004 git-svn-id: svn://svn.chromium.org/blink/trunk@180166 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
sergeyv@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/466753002 git-svn-id: svn://svn.chromium.org/blink/trunk@180165 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
lushnikov@chromium.org authored
This patch implements an "add new rule" functionality to add a style rule in a user stylesheet. It is also possible to add rule inside media query rules. BUG=402461 Review URL: https://codereview.chromium.org/441873010 git-svn-id: svn://svn.chromium.org/blink/trunk@180164 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eustas@chromium.org authored
This method encourages className crafting and runs unexpectedly long. BUG=316092 Review URL: https://codereview.chromium.org/466703002 git-svn-id: svn://svn.chromium.org/blink/trunk@180163 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
philipj@opera.com authored
http://fullscreen.spec.whatwg.org/#fullscreen-element-ready-check This is a change in behavior for what was previously "a descendant browsing context's document has a non-empty fullscreen element stack," now "element has no ancestor element whose local name is iframe and namespace is the HTML namespace." It's now never possible to go fullscreen with a descendant of an iframe, whereas previously it would be possible as long as that iframe's document had an empty fullscreen element stack. Since the difference is very unlikely to affect any real content, the LegacyFullScreenErrorExemption was dropped for this case. There was apparently no test coverage for that exemption. BUG=402376 Review URL: https://codereview.chromium.org/462103002 git-svn-id: svn://svn.chromium.org/blink/trunk@180162 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
semeny@google.com authored
If a few target objects have a method with the same name as the selection, we should create context menu items for all of them. BUG=391593 Review URL: https://codereview.chromium.org/466743002 git-svn-id: svn://svn.chromium.org/blink/trunk@180161 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ager@chromium.org authored
Revert of Revert "Revert of [oilpan]: Change marking to do precise roots first and conservative second. (http… (patchset #2 of https://codereview.chromium.org/413133006/) Reason for revert: This breaks strongification of ephemerons when there are pointers on the stack. See: https://codereview.chromium.org/461413002/ for details. Original issue's description: > Revert "Revert of [oilpan]: Change marking to do precise roots first and conservative second. (https://codereview.chromium.org/405403003/)" > > This reverts commit 765af3a45b15c4e5f65810c8ed8e20d44da04034. > > AFAICT the CrossThreadPointerToOrphanedPage test was a bit flaky in the sense that the compiler was free to reuse the slot where the stackPtrValue was located after the RELEASE_ASSERT. However the test assumed the stackPtrValue was on the stack (to mimic a rogue integer value finding a dead object) when doing the conservative GC further down. > After my change to Heap::CollectGarbage it seemed the android compiler no longer kept the value around and hence the test started failing. I have now moved the RELEASE_ASSERT down to after the point where we do the conservative GC which makes the test pass on android again. > > I uploaded the unfixed diff first and then a second diff (moved RELEASE_ASSERT) with the fix. > > R=ager@chromium.org, erik.corry@gmail.com, haraken@chromium.org, oilpan-reviews@chromium.org, sigbjornf@opera.com, tkent@chromium.org, zerny@chromium.org > BUG= > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178845 NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/464253002 git-svn-id: svn://svn.chromium.org/blink/trunk@180160 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
apavlov@chromium.org authored
The presence of Target-related mappings in UISC is a severe dependency violation. This patch moves those mappings into DebuggerWorkspaceBinding. R=pfeldman, sergeyv, vsevik Review URL: https://codereview.chromium.org/464963002 git-svn-id: svn://svn.chromium.org/blink/trunk@180159 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vsevik@chromium.org authored
BUG=357274 R=lushnikov Review URL: https://codereview.chromium.org/421123003 git-svn-id: svn://svn.chromium.org/blink/trunk@180158 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
eustas@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/463043002 git-svn-id: svn://svn.chromium.org/blink/trunk@180156 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
alancutter@chromium.org authored
Revert of Rename WebAnimation to WebCompositorAnimation (patchset #5 of https://codereview.chromium.org/412123002/) Reason for revert: BUG=402897 TBR=samli@chromium.org, jochen@chromium.org, vollick@chromium.org Original issue's description: > Rename WebAnimation to WebCompositorAnimation > > Change WebAnimation to WebCompositorAnimation > Change WebAnimationCurve to WebCompositorAnimationCurve > Change WebAnimationDelegate to WebCompositorAnimationDelegate > > This is patch 3 of 3. It builds on http://crrev.com/413983002 > > BUG=396358 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179910 Review URL: https://codereview.chromium.org/467123002 git-svn-id: svn://svn.chromium.org/blink/trunk@180155 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jl@opera.com authored
The name is probably a copy/paste typo originally; the expression used for the |expected| parameter's value in code_generator_v8.pm originally was $leastNumMandatoryParams, and this identifier somehow ended up concatenated to the |provided| parameter's name on the C++ side. Since then, the strange name has spread a bit, and had been "fixed" into |providedLeastNumMandatoryParams| in some places along the way. BUG= Review URL: https://codereview.chromium.org/466283002 git-svn-id: svn://svn.chromium.org/blink/trunk@180154 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-