summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update ICU3.8 to r4302 to pick up an encoding coverter fix (for bug 2074)jungshik@google.com2008-11-011-1/+1
| | | | | | | | | | 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
* Fix the JSC build.darin@chromium.org2008-10-311-1/+1
| | | | | | | | | | | | 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
* Roll DEPS to pull in dominantScript UMR fix.ojan@google.com2008-10-301-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8938 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4246 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to pull in new third_party/WebKitojan@google.com2008-10-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4226 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-301-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4222 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 0.4.2.1.kasperl@google.com2008-10-301-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8738 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4210 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 0.4.2.kasperl@google.com2008-10-301-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8736 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4209 0039d316-1c4b-4281-b951-d872f2087c98
* Add testing to main DEPSjeremy@chromium.org2008-10-291-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4170 0039d316-1c4b-4281-b951-d872f2087c98
* Move the windows-only dependencies to deps_os['win'].maruel@chromium.org2008-10-291-9/+16
| | | | | | Review URL: http://codereview.chromium.org/8874 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4138 0039d316-1c4b-4281-b951-d872f2087c98
* Recommit r4065, r4066 along with rebaselined test expectationmark@chromium.org2008-10-281-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4092 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r4065, r4066 due to WebKit search-display-none-cancel-button.html testmark@chromium.org2008-10-281-1/+1
| | | | | | | failure git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4079 0039d316-1c4b-4281-b951-d872f2087c98
* Only provide one version of RenderTextControlInnerBlockmark@chromium.org2008-10-281-1/+1
| | | | | | | | | 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
* Update v8 to version 0.4.1.ager@google.com2008-10-281-1/+1
| | | | | | | 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
* roll icu depstc@google.com2008-10-281-1/+1
| | | | | | | | | 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
* Roll DEPS to pick up duplicate symbol fix for mac buildamanda@chromium.org2008-10-271-1/+1
| | | | | | | 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
* Unrollback 3944, and remove gears from DEPS again. If check_deps fails,mpcomplete@google.com2008-10-241-6/+0
| | | | | | builder needs a clobber. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3966 0039d316-1c4b-4281-b951-d872f2087c98
* First-party side of change to remove more link stubs.pkasting@chromium.org2008-10-241-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7988 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3958 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback r3939 (closed tree).evanm@google.com2008-10-241-0/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3944 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gears from chrome's DEPS, since most people don't use it. Gears devsmpcomplete@google.com2008-10-241-7/+0
| | | | | | | 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
* Roll DEPS to pull in newest version fo open-vcdiffjar@google.com2008-10-241-1/+1
| | | | | | | | | | | 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
* Get back to pulling V8 from trunk (0.4.0).patrick@chromium.org2008-10-241-1/+1
| | | | | | | | | 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
* Revert r3873, fixed a different way in r3881mark@chromium.org2008-10-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3883 0039d316-1c4b-4281-b951-d872f2087c98
* GraphicsContextCG uses CFURLRef conversions that may not be available. Filedmark@chromium.org2008-10-231-1/+1
| | | | | | | 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
* Pick up typo fix.pkasting@chromium.org2008-10-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7939 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3857 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage due to gears build not having an include rule. I'm justmpcomplete@google.com2008-10-231-0/+1
| | | | | | | | | 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
* Add #if ENABLE(JAVASCRIPT_DEBUGGER), part 2.pkasting@chromium.org2008-10-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3850 0039d316-1c4b-4281-b951-d872f2087c98
* Change DEPS to pull Gears from the opensource svn mirror.mpcomplete@google.com2008-10-231-0/+6
| | | | | | | | 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
* Revert r3812, which seems to have caused reliability testpatrick@chromium.org2008-10-231-1/+1
| | | | | | | | | 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
* Get back to pulling V8 from trunk (0.4.0).kasperl@google.com2008-10-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7915 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3812 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium and fix compilation errors kasperl@google.com2008-10-231-1/+1
| | | | | | | | | | | 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
* Update third_party/WebKit revision to include fixes of split window.fqian@google.com2008-10-221-1/+1
| | | | | | | | 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
* Second part of split window support in the binding part.fqian@google.com2008-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Plugin changes to make JSC build work.ojan@google.com2008-10-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7883 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3783 0039d316-1c4b-4281-b951-d872f2087c98
* rolling webkit deps for platform(mac) changespinkerton@google.com2008-10-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3741 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/7848dglazkov@google.com2008-10-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3732 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily start pulling V8 from the bleeding_edgekasperl@google.com2008-10-221-1/+1
| | | | | | | branch until the 'split window' change has landed. Review URL: http://codereview.chromium.org/7857 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3728 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the inclusion of Profiler.h to match upstream.pkasting@chromium.org2008-10-211-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3695 0039d316-1c4b-4281-b951-d872f2087c98
* Roll icu38 revision in DEPS for SCons renaming.sgk@google.com2008-10-211-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7833 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3682 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 0.3.5.2 whichkasperl@google.com2008-10-211-1/+1
| | | | | | | includes a fix for bug 1439135. Review URL: http://codereview.chromium.org/8006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3651 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new third_party/WebKit to get JSC build compiling.ojan@google.com2008-10-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7681 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3638 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).ojan@google.com2008-10-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3633 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback 3612 abd 3613 to fix mac build. TBR.ojan@google.com2008-10-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7674 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3618 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit. TBR to get build green.ojan@google.com2008-10-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7670 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3613 0039d316-1c4b-4281-b951-d872f2087c98
* roll deps to pick up latest third_party/WebKitdarin@google.com2008-10-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3595 0039d316-1c4b-4281-b951-d872f2087c98
* Update to pick up PLATFORM(MAC) and add some ifdefs in event_conversion.ccdarin@google.com2008-10-181-1/+1
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/7508 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3591 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PLATFORM(WIN) !!darin@chromium.org2008-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port/platform/chromium/PlatformKeyboardEventChromium.cpp - this is KeyEventWin.cpp renamed and mostly deleted. we just needed to define two static methods. - the big switch case goes to event_conversion.cc. port/platform/chromium/DragDataChromium.cpp - yay, no more dropData wrapper! port/platform/chromium/TemporaryLinkStubs.cpp - just stubbing scheduleDispatchFunctionsOnMainThread() for now since i think we should really use an implementation based on MessageLoop, and we don't use background threads in webkit yet. port/platform/chromium/DragImageChromium.cpp - PLATFORM(WIN) to PLATFORM(WIN_OS) port/platform/chromium/PopupMenuChromium.cpp - lots of nice cleanup. no more dummy HWNDs! port/platform/chromium/PlatformScrollBarChromium.cpp port/platform/chromium/ScrollViewChromium.cpp - GraphicsContext::getWindowsContext is gone. just use the skia canvas directly. port/platform/network/chromium/NetworkStateNotifierChromium.cpp - delete the PLATFORM(WIN) stubs port/platform/win/KeyEventWin.cpp port/platform/win/PlatformMouseEventWin.cpp port/platform/graphics/IntPointWin.cpp port/platform/graphics/IntSizeWin.cpp port/platform/graphics/IntRectWin.cpp - deleted :) port/platform/win/ScreenWin.cpp - compensate for no longer having implicit conversion between RECT and IntRect port/platform/UniscribeStateTextRun.cpp - scriptCache and scriptFontProperties now live on FontPlatformData as discussed with brett and hyatt. port/platform/graphics/FontCacheWin.cpp - getFontLinkInterface() function doesn't exist outside of PLATFORM(WIN) port/platform/graphics/FontPlatformData.h port/platform/graphics/FontPlatformDataWin.cpp - support storing script{Cache,FontProperties} on FontPlatformData. need to implement assignment operator and copy constructor. the script{Cache,FontProperties} objects are not copied per discussion with hyatt. - i moved m_isMLangFont into RefCountedHFONT so that we would know how to "destroy" the HFONT. port/platform/graphics/SimpleFontDataWin.cpp port/platform/graphics/GlyphPageTreeNodeWin.cpp - modified to support changes to FontPlatformData port/platform/graphics/ImageSkia.cpp - getHBITMAP, etc. were never used and are not needed port/platform/graphics/IconWin.cpp - modifications corresponding to my changes to Icon.h. m_icon is of type PlatformIcon. port/platform/graphics/GraphicsContextSkia.cpp - {get,release}WindowsContext are no longer defined port/platform/Cursor.h pending/NetworkStateNotifier.h pending/PlatformKeyboardEvent.h - we no longer need to fork these files. port/page/chromium/EventHandlerChromium.cpp - add #include "Clipboard.h" to support non-WIN_OS port/page/chromium/AccessibilityObjectWrapper.h - changed to no longer be a COM interface port/page/AccessibilityObjectWrapperWin.h - moved to port/page/chromium/AccessibilityObjectWrapper.h pending/AccessibleBase.cpp pending/AccessibleBase.h - modified to support changes to a11y wrapper class - by the way, these files should not be in pending! will fix that later. glue/glue_util.cc glue/glue_util.h - add conversion functions for rect structures. glue/webframe_impl.cc glue/webplugin_impl.cc - use new webkit_glue rect conversion functions. glue/glue_accessibility.cc - add header that is needed to build this file on windows glue/webview_impl.cc - no longer supports auto-conversion between IntPoint and POINT glue/event_conversion.cc - initialize by modifying member variables of the base class directly. - moved a static function from KeyEventWin.cpp R=tony,brettw BUG=3488 Review URL: http://codereview.chromium.org/7495 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3587 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a couple more build errors, and make the V8 DerivedSources.make mirror ↵pkasting@chromium.org2008-10-171-1/+1
| | | | | | | | the upstream one w.r.t. the HTMLEntityCodes changes I'm pulling down. Review URL: http://codereview.chromium.org/7644 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3572 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to greenify layout testsdglazkov@google.com2008-10-171-1/+1
| | | | | | | | TBR=pamg Review URL: http://codereview.chromium.org/7637 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3552 0039d316-1c4b-4281-b951-d872f2087c98
* Implement ScriptCallContext (2/5)dglazkov@google.com2008-10-171-1/+1
| | | | | | | | | Rolling DEPS one more time... TBR=ojan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3540 0039d316-1c4b-4281-b951-d872f2087c98
* Implement ScriptCallContext (3/2)This is an improved (and working!) revision ↵dglazkov@google.com2008-10-171-1/+1
| | | | | | | | of http://codereview.chromium.org/7453/For Mac and Linux build guys, here's the rundown:A webkit/port/bindings/v8/ScriptCallContextV8.cppA third_party/WebKit/WebCore/bindings/js/ScriptCallContext.cpp -- this one is for KJS build onlyA third_party/WebKit/WebCore/page/ScriptCallContext.h Review URL: http://codereview.chromium.org/7480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3538 0039d316-1c4b-4281-b951-d872f2087c98