summaryrefslogtreecommitdiffstats
path: root/webkit/build
Commit message (Collapse)AuthorAgeFilesLines
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ↵asargent@chromium.org2009-03-052-12/+13
| | | | | | | | | | | call functions in the rest of Chromium code without having to go through ChromiumBridge (which now lives upstream in the WebKit repository). R=darin,mbelshe Review URL: http://codereview.chromium.org/40132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11040 0039d316-1c4b-4281-b951-d872f2087c98
* Address some of the review comments on comment 2 ofbrettw@chromium.org2009-03-052-168/+176
| | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=24299 This is everything up to "not supposed to be using STL container classes." Review URL: http://codereview.chromium.org/40122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11025 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-054-5/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10982 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: don't build gtk2drawing.c any more.agl@chromium.org2009-03-051-1/+0
| | | | | | | We don't use GTK for drawing in WebKit any more, so we don't need it. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10958 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 41402:41420brettw@chromium.org2009-03-041-1/+1
| | | | | | Review URL: http://codereview.chromium.org/39139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10911 0039d316-1c4b-4281-b951-d872f2087c98
* revert r10867 since it had no impact on page load perfdarin@chromium.org2009-03-042-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10869 0039d316-1c4b-4281-b951-d872f2087c98
* Test reverting to WebKit's implementation of WTF::currentTime() to see if itdarin@chromium.org2009-03-042-4/+4
| | | | | | | | | | | | explains the intl1 page cycler regression. This is a windows only change. TBR=dglazkov Review URL: http://codereview.chromium.org/40096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10867 0039d316-1c4b-4281-b951-d872f2087c98
* Re-apply change 10840 since today's WebKit merge brought in the pieces it ↵pam@chromium.org2009-03-042-0/+10
| | | | | | | | | | | | | | | | depends on (and that depend on it). Unforking Document.idl and HTMLCanvasElement.idl Original review URL: http://codereview.chromium.org/39050 TBR=mbelshe Review URL: http://codereview.chromium.org/39103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10855 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback 10840.mbelshe@google.com2009-03-042-10/+0
| | | | | | Review URL: http://codereview.chromium.org/40075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10846 0039d316-1c4b-4281-b951-d872f2087c98
* Unforking Document.idl and HTMLCanvasElement.idlmbelshe@google.com2009-03-032-0/+10
| | | | | | | | Depends on corresponding WebKit change - will add DEPS later. Review URL: http://codereview.chromium.org/39050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10840 0039d316-1c4b-4281-b951-d872f2087c98
* Add V8WebKitCSSMatrixConstructor to Linux builddglazkov@google.com2009-03-021-0/+1
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/27343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10718 0039d316-1c4b-4281-b951-d872f2087c98
* Fix windows build: include the webkit chromium directory intc@google.com2009-03-022-2/+1
| | | | | | | | | | | all of our webkit projects. Glue was missing it, so it didn't compile. TBR=darin Review URL: http://codereview.chromium.org/31019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10717 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up upstreamed V8 bindings, Chromium sidedglazkov@google.com2009-03-022-83/+190
| | | | | | | | R=mark Review URL: http://codereview.chromium.org/27336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10713 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-284-18/+45
| | | | | | | | | | | | | | | | | | | | | WebKit API now provides: - layoutTestMode - support for registering extra local URL schemes - access to the current WebKitClient WebKitClient was extended to include: - access to the default locale - access to the current time - methods to start/stop the shared timer - method to get work scheduled on the main thread - methods to access cookies - method to prefetch hostnames R=dglazkov Review URL: http://codereview.chromium.org/27276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10665 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for webkit change that broke Gears. The fix is to use a V8mpcomplete@google.com2009-02-282-64/+73
| | | | | | | | | | extension to inject a getter into every page which loads the gears plugin when accessed. BUG=http://code.google.com/p/chromium/issues/detail?id=8209 Review URL: http://codereview.chromium.org/27294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10663 0039d316-1c4b-4281-b951-d872f2087c98
* Pull WebKit deps to get transparency fixes, and rebaseline affected layout ↵brettw@chromium.org2009-02-271-2/+2
| | | | | | | | | | | | | | | | | | | tests. Add a helper class to manage Windows' transparency issues. It will create layers and manage transforms in such a way that most effects can be achieved with fonts and form controls on Windows while looking nice. This removes the magic transparency color and associated infrastructure since it is no longer needed. This fixes semitransparent ClearType antialiasing and pngs with alpha channels with opacity applied. BUG=559,2791,3229,6372 Review URL: http://codereview.chromium.org/21201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10637 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix Linux build. File removed during merge, need to remove from ↵dimich@google.com2009-02-271-1/+0
| | | | | | SConscript. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10599 0039d316-1c4b-4281-b951-d872f2087c98
* webkit merge 41217:41268, Chromium partdimich@google.com2009-02-274-4/+14
| | | | | | Review URL: http://codereview.chromium.org/27266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10598 0039d316-1c4b-4281-b951-d872f2087c98
* Part of unforking Location. We make a bunch of Location relatedmbelshe@google.com2009-02-272-0/+5
| | | | | | | | APIs custom. Review URL: http://codereview.chromium.org/27224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10561 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux shared build breakage due to new sources in WebKit scons.mmoss@chromium.org2009-02-261-0/+1
| | | | | | | Review URL: http://codereview.chromium.org/27226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10533 0039d316-1c4b-4281-b951-d872f2087c98
* fix build bustagedarin@chromium.org2009-02-261-0/+13
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10417 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces.darin@chromium.org2009-02-263-2/+68
| | | | | | | | | | | | | | | | | | | A new WebKitClientImpl class is added to webkit/glue that consumers can use to help implement WebKitClient. In the future, consumers will likely subclass WebKitClientImpl. For now, that is not necessary. Since a WebImage may not hold a SkBitmap, I needed to modify ScopedClipboardWriterGlue to not deal in SkBitmaps. So, I just added a WriteBitmapFromPixels method in place of the WriteBitmap method. That method is actually named the same as the one from the base class, which is perhaps kind of nice since the purpose of ScopedClipboardWriterGlue is to override the default way of sending an image to the clipboard! R=dglazkov Review URL: http://codereview.chromium.org/28119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10416 0039d316-1c4b-4281-b951-d872f2087c98
* chrome side of merge from r41181 to r41217tc@google.com2009-02-254-75/+90
| | | | | | | | just adding/removing files, no changes to glue code Review URL: http://codereview.chromium.org/27164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10398 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate duplicate argument to action_jsconfig.pymark@chromium.org2009-02-251-8/+6
| | | | | | Review URL: http://codereview.chromium.org/27170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10392 0039d316-1c4b-4281-b951-d872f2087c98
* Import .gyp files into the Chromium treemark@chromium.org2009-02-259-0/+855
| | | | | | Review URL: http://codereview.chromium.org/27158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10380 0039d316-1c4b-4281-b951-d872f2087c98
* chrome side of the webkit mergetc@google.com2009-02-242-0/+6
| | | | | | | | | - Add platform specific chromiumclipboard files. - Some methods got renamed in renderlayer, so change some method names in our glue code. Review URL: http://codereview.chromium.org/27096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10286 0039d316-1c4b-4281-b951-d872f2087c98
* rollback r10264 to fix build bustagedarin@chromium.org2009-02-242-30/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10266 0039d316-1c4b-4281-b951-d872f2087c98
* Update build files to pick up newly added files.darin@chromium.org2009-02-242-0/+30
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/28047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10264 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge! (chrome part)eseidel@chromium.org2009-02-242-0/+9
| | | | | | Review URL: http://codereview.chromium.org/27028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10233 0039d316-1c4b-4281-b951-d872f2087c98
* Multiple fixes for broken Linux SHARED=1 build. This gets things building, ↵mmoss@chromium.org2009-02-231-1/+5
| | | | | | | | | but the resulting 'chrome' binary crashes on start-up (test_shell seems to work better). Review URL: http://codereview.chromium.org/27054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10228 0039d316-1c4b-4281-b951-d872f2087c98
* the lI tried to land the clipboard change locally (it was landed upstream ↵sky@google.com2009-02-232-5/+0
| | | | | | | | | | | | | | too), but updating DEPS seems to have hosed Mac, so I'm reverting. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/28037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10208 0039d316-1c4b-4281-b951-d872f2087c98
* I'm expanding this to fix a couple of bugs in determining the file name forsky@google.com2009-02-232-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | dragging images: . It's possible for the extension to be empty, resulting in a bad file name, for example, 'foo.' or just '.'. . We weren't restricting the size of the file to MAX_PATH. . We weren't removing characters that are invalid for file system names. It's possible to put this code up in OSExchangeData rather than here, but it feels best to centralize it here so that we don't have to worry about bad file names leaking into other code. I tried hard to write a layout test for this, but it seems we don't really use the file name in test shell so that I couldn't get coverage. BUG=7023 TEST=none Review URL: http://codereview.chromium.org/20504 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10206 0039d316-1c4b-4281-b951-d872f2087c98
* Build third_party/WebKit/WebKit/chromium on Linux.darin@chromium.org2009-02-231-0/+23
| | | | | | | | R=tony Review URL: http://codereview.chromium.org/28030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10196 0039d316-1c4b-4281-b951-d872f2087c98
* Add new vcproj for contents of third_party/WebKit/WebKit/chromiumdarin@chromium.org2009-02-232-0/+165
| | | | | | | | R=maruel Review URL: http://codereview.chromium.org/27040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10184 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 41017:41057, Chromium Sidedglazkov@google.com2009-02-182-9/+0
| | | | | | | | R=tony Review URL: http://codereview.chromium.org/21460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9966 0039d316-1c4b-4281-b951-d872f2087c98
* Scrubbing HTMLPluginElement V8 custom bindings, Chromium side.dglazkov@google.com2009-02-132-0/+5
| | | | | | | | | R=brettw Review URL: http://codereview.chromium.org/20282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9779 0039d316-1c4b-4281-b951-d872f2087c98
* fix scons buildtc@google.com2009-02-131-1/+4
| | | | | | | | | | | | DerivedSources.make changed, so we need to match it's change. http://codereview.chromium.org/21351/diff/13/15 TBR=brettw Review URL: http://codereview.chromium.org/21356 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9771 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 40847-40875 Chrome side.brettw@chromium.org2009-02-134-13/+31
| | | | | | Review URL: http://codereview.chromium.org/21351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9767 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit.xcodeproj for webkit merge to r40864, updateamanda@chromium.org2009-02-131-1/+1
| | | | | | | Scons file for linux build Review URL: http://codereview.chromium.org/21325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9715 0039d316-1c4b-4281-b951-d872f2087c98
* Fix missed comma in SConscript, ftw.dglazkov@google.com2009-02-121-2/+2
| | | | | | | | TBR=amanda Review URL: http://codereview.chromium.org/20340 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9714 0039d316-1c4b-4281-b951-d872f2087c98
* Add ClientRectList and ClientRect IDLs to the SConscript.dglazkov@google.com2009-02-121-0/+2
| | | | | | | | TBR=amanda Review URL: http://codereview.chromium.org/21322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9713 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of WebKit merge to 40846awalker@google.com2009-02-124-10/+46
| | | | | | | | Darin: primary Brett: FYI Review URL: http://codereview.chromium.org/21243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9712 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to unfork DOMWindow.mbelshe@google.com2009-02-122-0/+5
| | | | | | | | | | | | | | | | * Unfork some of the DOMWindow.idl. Required small changes to the idl parser. * Move DOMWindow related functions from v8_custom.cpp into Webkit's V8DOMWindowCustom (see separate CL for the Webkit tree) * Moves timers from DOMWindow code into the Webkit DOMTimer code. * Removed a couple of junker methods (forward()/back()) from the IDL. I think they were not needed. NOTE: This is dependent on a webkit-tree change. Will roll deps in order to test this. Review URL: http://codereview.chromium.org/21262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9657 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux shared build breakage in v8 bindings from r9568.thestig@chromium.org2009-02-121-2/+0
| | | | | | Review URL: http://codereview.chromium.org/21282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9646 0039d316-1c4b-4281-b951-d872f2087c98
* Scrubbing HTML options/collections, Chromium side.dglazkov@google.com2009-02-112-9/+32
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/21237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9568 0039d316-1c4b-4281-b951-d872f2087c98
* Re-applying r9486 module accidental local changes.dglazkov@google.com2009-02-102-1/+11
| | | | | | | | | | | This was http://codereview.chromium.org/20200, but then I accidentally started making more edits to v8_custom.cpp. TBR=darin Review URL: http://codereview.chromium.org/20228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9508 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the localized_strings vcproj file to webkit_stringstc@google.com2009-02-102-2/+2
| | | | | | | | | | | | | as that is a more accurate name. I'm going to next rename the generated_resources.vcproj file to chrome_strings so I can introduce a chrome_resources.vcproj which is for things like browser_resources, common_resources, renderer_resources and theme_resources. Review URL: http://codereview.chromium.org/21202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9504 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 9486.dglazkov@google.com2009-02-102-11/+1
| | | | | | Review URL: http://codereview.chromium.org/20227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9491 0039d316-1c4b-4281-b951-d872f2087c98
* Moving/scrubbing of more V8 custom bindings, Chromium side.dglazkov@google.com2009-02-102-1/+11
| | | | | | | | R=darin Review URL: http://codereview.chromium.org/20200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9486 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land the WebKit merge 40722:40785.darin@chromium.org2009-02-101-0/+8
| | | | | | | | TBR=amanda Review URL: http://codereview.chromium.org/21197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9462 0039d316-1c4b-4281-b951-d872f2087c98