| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(2/2)
Remove the IDLs from webkit/port that we're moving back to third_party/WebKit.
Will update DEPS as part of this CL once 1/2 is committed.
Review URL: http://codereview.chromium.org/9764
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two other speedup changes that I'm not including:
root_env = Environment(
tools = ['component_setup'],
+ RPATH=[],
And
linux_env.Tool('target_platform_linux')
-linux_env.Tool('target_debug')
+linux_env.Tool('target_optimized')
Review URL: http://codereview.chromium.org/10292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5193 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9754
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5141 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ojan
Review URL: http://codereview.chromium.org/10401
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
change to textareas.
See http://codereview.chromium.org/9704
Also remove test expectations from layout_test_results where
they shouldn't have been in the first place and move them back to being next to the layout test. The changes to the other tests are all just copies from layout_test_results, no manual modifications.
Review URL: http://codereview.chromium.org/9725
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5110 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Voodoo lesson: don't use the slow dsymutil utility; instead, make a "fake"
.dSYM that contains the original unstripped Mach-O file.
Review URL: http://codereview.chromium.org/9659
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5042 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4818 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR to fix mac build break.
Review URL: http://codereview.chromium.org/9430
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4806 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
unsafe usage of string shapes.
Review URL: http://codereview.chromium.org/9413
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4778 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=3094
TBR=laforge
Review URL: http://codereview.chromium.org/9341
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4648 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9325
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4597 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4488 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=2778,3158,3211,3923
TBR=mal
Review URL: http://codereview.chromium.org/9034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4442 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Another (or two) ICU updates are coming up shortly so that it may not pick this up for 0.3.154.x branch.
TBR=tc
Review URL: http://codereview.chromium.org/9001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This involved fixing up vcproj files and making some KJS -> JSC changes. I also had to fix some issues related to ScriptCallContext.
I had to create a ScriptControllerChromium.cpp for the JSC build to provide an implementation of createScriptInstanceForWidget that knows how to talk to our plugin implementation. This file belongs in bindings/js alongside files like ScriptControllerWin.cpp, so I created webkit/port/bindings/js to house it.
R=dglazkov,ojan
Review URL: http://codereview.chromium.org/8947
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8938
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4246 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4222 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8738
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4210 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8736
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4170 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8874
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8847
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
failure
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4079 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
In upstream Webkit r36057, RenderTextControlInnerBlock moved from rendering/RenderTextControl.cpp to rendering/TextControlInnerElements.cpp. Our WebKit snapshot purports to be r36102, but our version of RenderTextControl.cpp does not have this change, or others made in r36057. It looks like our version of that file, unforked at r3114 but previously in pending with the same problem, never had the upstream changes merged into it properly during the r36102 WebKit merge.
DEPS change corresponds to third_party/WebKit r4065
Review URL: http://codereview.chromium.org/8661
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=kasperl
Review URL: http://codereview.chromium.org/8654
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4060 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=sgk
Review URL: http://codereview.chromium.org/8820
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR to fix build bustage
Review URL: http://codereview.chromium.org/8194
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
builder needs a clobber.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7988
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3958 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3944 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
can add it to their .gclient files instead.
Review URL: http://codereview.chromium.org/7987
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3939 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This resolves a build problem in Unix.
bug=2988
r=openvcdiff@gmail.com
Review URL: http://codereview.chromium.org/8133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3915 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
The reliability test failures do not appear to be related to this.
TBR= feng@chromium.org
Review URL: http://codereview.chromium.org/7949
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3889 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
upstream as https://bugs.webkit.org/show_bug.cgi?id=21841.
Review URL: http://codereview.chromium.org/7952
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3873 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7939
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3857 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
skipping the include rules for "gears" for now.
TBR=brettw
Review URL: http://codereview.chromium.org/8118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3851 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3850 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Also, I adjusted the SConscripts to reflect the new source tree layout (gears,
third_party, and third_party_internal).
Review URL: http://codereview.chromium.org/8046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3841 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
regressions.
TBR= kasperl@chromium.org
Review URL: http://codereview.chromium.org/7919
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3818 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7915
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3812 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
resulting from API changes.
NOTE: I'll probably submit this with a slightly later
V8; I'm still waiting for the try-finally issue to
be resolved.
Review URL: http://codereview.chromium.org/7913
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3811 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR = ojan
Review URL: http://codereview.chromium.org/7902
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3798 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The major change is that when a frame is loading a new page,
the frame loader calls V8Proxy::clearWindowShell when it receives
the first piece of data. At that point, the global object is
detached from its current context. FrameLoader continues on
preparing new environment, including creating new DOMWindow
and security origin for the frame. When new DOMWindow is ready,
the frame loader calls ScriptController::notifyNewDOMWindowReady(),
which uses the existing global object to initialize the new context
for the frame. Between detaching global from old context and
creating new context using global, there should no JavaScript
executed.
The implication is that if the new page does not use JavaScript,
its JS context is still created. But the overhead should be very
small because V8 is warmed up already.
Review URL: http://codereview.chromium.org/7838
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3785 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7883
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3783 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3741 0039d316-1c4b-4281-b951-d872f2087c98
|