Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Issue 14083009: Remove ENABLE_CUSTOM_ELEMENTS compile time flag (Closed)

Created:
7 years, 8 months ago by riju_
Modified:
7 years, 8 months ago
Reviewers:
haraken, dglazkov
CC:
gmorrita, dglazkov1, Mark Larson
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove ENABLE_CUSTOM_ELEMENTS compile time flag CUSTOM_ELEMENTS is enabled by default on Chromium. This patch removes the necessary #ifdefs from Blink. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149070

Patch Set 1 #

Patch Set 2 : Removing flag from features.gypi #

Total comments: 1

Patch Set 3 : tweak in the perl code generation file #

Patch Set 4 : rebasing #

Patch Set 5 : Remove ENABLE_CUSTOM_ELEMENTS compile time flag #

Patch Set 6 : Rebasing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -84 lines) Patch
M Source/WebKit/chromium/src/WebKit.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/WebKit/chromium/src/WebRuntimeFeatures.cpp View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/v8/CustomElementHelpers.h View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/CustomElementHelpers.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8AdaptorFunction.h View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M Source/bindings/v8/V8AdaptorFunction.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8DOMWrapper.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8DOMWrapper.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8RecursionScope.cpp View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/dom/CustomElementConstructor.h View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/CustomElementConstructor.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/CustomElementConstructor.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/CustomElementRegistry.h View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/dom/CustomElementRegistry.cpp View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 3 chunks +0 lines, -4 lines 0 comments Download
M Source/core/dom/Document.idl View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/features.gypi View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/parser/HTMLScriptRunner.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/page/RuntimeEnabledFeatures.h View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/page/RuntimeEnabledFeatures.cpp View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/scripts/make_names.pl View 1 2 3 4 5 5 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
riju_
Remove ENABLE_CUSTOM_ELEMENTS compile time flag as part of clean up activity for Blink.
7 years, 8 months ago (2013-04-19 12:22:23 UTC) #1
haraken
cc-ing web components experts
7 years, 8 months ago (2013-04-19 12:40:36 UTC) #2
dglazkov
lgtm.
7 years, 8 months ago (2013-04-19 16:32:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rijubrata.bhaumik@intel.com/14083009/2001
7 years, 8 months ago (2013-04-19 16:32:22 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) test_shell_tests, webkit_lint, webkit_tests, webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=4467
7 years, 8 months ago (2013-04-19 16:50:21 UTC) #5
dglazkov
https://chromiumcodereview.appspot.com/14083009/diff/2001/Source/bindings/scripts/CodeGeneratorV8.pm File Source/bindings/scripts/CodeGeneratorV8.pm (right): https://chromiumcodereview.appspot.com/14083009/diff/2001/Source/bindings/scripts/CodeGeneratorV8.pm#newcode1310 Source/bindings/scripts/CodeGeneratorV8.pm:1310: AddToImplIncludes("CustomElementRegistry.h", "CUSTOM_ELEMENTS"); This guy needs tweaking, too.
7 years, 8 months ago (2013-04-19 16:55:25 UTC) #6
riju_
On 2013/04/19 16:55:25, Dimitri Glazkov wrote: > https://chromiumcodereview.appspot.com/14083009/diff/2001/Source/bindings/scripts/CodeGeneratorV8.pm > File Source/bindings/scripts/CodeGeneratorV8.pm (right): > > https://chromiumcodereview.appspot.com/14083009/diff/2001/Source/bindings/scripts/CodeGeneratorV8.pm#newcode1310 ...
7 years, 8 months ago (2013-04-22 14:12:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rijubrata.bhaumik@intel.com/14083009/11001
7 years, 8 months ago (2013-04-22 14:21:39 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/Document.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-22 14:21:48 UTC) #9
riju_
On 2013/04/22 14:21:48, I haz the power (commit-bot) wrote: > Failed to apply patch for ...
7 years, 8 months ago (2013-04-23 09:01:33 UTC) #10
riju_
rebased . can we try the try bot once again ?
7 years, 8 months ago (2013-04-24 15:06:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rijubrata.bhaumik@intel.com/14083009/31001
7 years, 8 months ago (2013-04-24 17:34:09 UTC) #12
commit-bot: I haz the power
Failed to apply patch for Source/core/scripts/make_names.pl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-24 17:34:15 UTC) #13
dominicc (has gone to gerrit)
I would like to land this for you, but it looks like Riju has not ...
7 years, 8 months ago (2013-04-25 00:56:49 UTC) #14
mal
rijubrata.bhaumik@intel.com is listed as an authorized contributed by Intel. The CLA has been signed.
7 years, 8 months ago (2013-04-25 01:46:09 UTC) #15
mal
On 2013/04/25 01:46:09, mal wrote: > mailto:rijubrata.bhaumik@intel.com is listed as an authorized contributed by Intel. ...
7 years, 8 months ago (2013-04-25 01:49:02 UTC) #16
dominicc (has gone to gerrit)
7 years, 8 months ago (2013-04-25 03:59:36 UTC) #17
Message was sent while issue was closed.
Committed patchset #6 manually as r149070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698