summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* src/webkit side of webkit merge 38729:38760ojan@google.com2008-12-011-4/+4
| | | | | | Review URL: http://codereview.chromium.org/13028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6183 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in updated WebKit for newer RenderPartObject.cpp.pkasting@chromium.org2008-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/11013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6179 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in new WebKit with unforked HTMLOptionsCollection.idlager@google.com2008-11-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6112 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after unfork of character data. ager@google.com2008-11-271-1/+1
| | | | | | | Minor changes to the code generator for consistency. Review URL: http://codereview.chromium.org/10987 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6107 0039d316-1c4b-4281-b951-d872f2087c98
* Update src/third_party/WebKit to trunk/deps/third_party/WebKit@6096maruel@chromium.org2008-11-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6097 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/WebKit to pick up r6086.darin@chromium.org2008-11-271-1/+1
| | | | | | | | R=ojan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6087 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps to pull in rollback in third_party/WebKit.ojan@google.com2008-11-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6085 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in latest V8 which should fix a build bug:erikkay@google.com2008-11-271-1/+1
| | | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=4828 Review URL: http://codereview.chromium.org/12512 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6082 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38653:38729ojan@google.com2008-11-271-4/+4
| | | | | | Review URL: http://codereview.chromium.org/12708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6072.ojan@google.com2008-11-271-1/+1
| | | | | | | Caused a slew of layout test crashes Review URL: http://codereview.chromium.org/12513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6077 0039d316-1c4b-4281-b951-d872f2087c98
* ActiveX changes part 2: remove old #defines, replace with new one.pkasting@chromium.org2008-11-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/12506 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6072 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38625:38653ojan@google.com2008-11-261-4/+4
| | | | | | Review URL: http://codereview.chromium.org/12690 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6052 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38600:38625.ojan@google.com2008-11-261-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6023 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webkit merge 38575:38600ojan@google.com2008-11-251-4/+4
| | | | | | Review URL: http://codereview.chromium.org/12414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5951 0039d316-1c4b-4281-b951-d872f2087c98
* Find now uses WebKit's TextMatch highlighting for Find-in-page.finnur@google.com2008-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to discard a bunch of code and plumbing related to maintaining and passing around the tickmark vector. WebKit now owns the drawing of the highlights for inactive matches and we use the selection controller to draw the active highlight. I also simplified the code by eliminating the separate FindNext function, which has been merged into Find. This change also requires minor changes to WebKit upstream (sold seperately, void where prohibited). It simply consists of adding one empty virtual paint function to ScrollbarThemeComposite.h (paintTickmarks) and in ScrollbarThemeComposite::paint call paintTickmarks(). This fixes/makes obsolete a slew of bugs: BUG=1326399, 1241554,1143991, 1070190, 1023019, 984786, 893737, 868599 ... and a couple of external ones as well. Full list: 1326399 Find highlighting disappears on ThinkPad x60s 1241554 Find doesn't highlight word inside blinky tag 1143991 Have find-in-page code use skia and have inspected node highlighting set the right xfermode 1070190 Find should begin searching from caret/selection 1023019 Find not highlighting correctly 984786 Find highlight drawing code causes ClearType text to look bad 893737 Find in page should search textareas 868599 Find in page tick marks incorrectly appear on nested scrollbars 298 Find-In-page should highlight elided entries 4389 Find-in-box is not highlighting all the instances of the search word 3908 Find in page highlighting and tickmarks are broken Review URL: http://codereview.chromium.org/11364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5946 0039d316-1c4b-4281-b951-d872f2087c98
* Update ICU to r5827 to pick up changes in zh locale (exemplar charset) and ↵jungshik@google.com2008-11-241-1/+1
| | | | | | | | | | | converter name alias (iso-8859-9 => windows-1254) TBR=tony BUG=3863 Review URL: http://codereview.chromium.org/11381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5926 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps and the merge tool now that WebKit and WebKitLibraries have been ↵ojan@google.com2008-11-221-1/+7
| | | | | | | | deleted. Review URL: http://codereview.chromium.org/11370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5878 0039d316-1c4b-4281-b951-d872f2087c98
* non third_party/WEbKit side of WebKit merge 38550:38575.ojan@google.com2008-11-211-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5867 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to pick up r5824 (mac font metrics fix)amanda@chromium.org2008-11-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5825 0039d316-1c4b-4281-b951-d872f2087c98
* Landing change by yury.semikhatsky@gmail.com to unfork inspector JS files.ojan@google.com2008-11-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5808 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of merge 38500:38550.ojan@google.com2008-11-211-2/+2
| | | | | | Review URL: http://codereview.chromium.org/11551 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5803 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of 38450:38500 merge.ojan@google.com2008-11-201-2/+2
| | | | | | Review URL: http://codereview.chromium.org/11537 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5781 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps to pull MessagePort.cpp from http://codereview.chromium.org/11205.sgjesse@chromium.org2008-11-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/11320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5771 0039d316-1c4b-4281-b951-d872f2087c98
* non-third_party side of merge 38389:38450.ojan@google.com2008-11-201-2/+2
| | | | | | Review URL: http://codereview.chromium.org/11301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5753 0039d316-1c4b-4281-b951-d872f2087c98
* roll deps for icutc@google.com2008-11-201-1/+1
| | | | | | | | tbr=sgk Review URL: http://codereview.chromium.org/11309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5750 0039d316-1c4b-4281-b951-d872f2087c98
* Roll icu38 revision in DEPS to fix build bustage.sgk@google.com2008-11-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/11305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5746 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up mac font metrics fix in r5714amanda@chromium.org2008-11-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5715 0039d316-1c4b-4281-b951-d872f2087c98
* Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left ↵brettw@google.com2008-11-191-1/+5
| | | | | | | | | | header files in the original locations that include the ones in the new location so I don't have to change all the includes in Chrome at once. These will be removed later. I kept the names, indenting, and the namespaces the same for now. I will also be cleaning this up in separate passes. Review URL: http://codereview.chromium.org/11244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5690 0039d316-1c4b-4281-b951-d872f2087c98
* Roll revision in DEPS to get new pywintypes24.dll.sgk@google.com2008-11-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/11428 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5581 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 version in Chromium to latest trunk version (0.4.4).ager@google.com2008-11-171-1/+1
| | | | | | | Remove a fixed test from test lists. Review URL: http://codereview.chromium.org/11401 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5557 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in the webkit merge.ojan@google.com2008-11-151-2/+2
| | | | | | Review URL: http://codereview.chromium.org/10965 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5526 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after IDL file changes.ager@google.com2008-11-141-1/+1
| | | | | | | TBR=sgjesse Review URL: http://codereview.chromium.org/10940 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5470 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in the layout tests that match our webkit revision.ojan@google.com2008-11-141-1/+1
| | | | | | | Need to make updating this part of the merge script. Review URL: http://codereview.chromium.org/10735 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5465 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up latest third_party/WebKit, which includes these changes:darin@chromium.org2008-11-141-1/+1
| | | | | | | | | | | http://src.chromium.org/viewvc/chrome?view=rev&revision=5457 http://src.chromium.org/viewvc/chrome?view=rev&revision=5459 TBR=ojan Review URL: http://codereview.chromium.org/10936 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5460 0039d316-1c4b-4281-b951-d872f2087c98
* Allow optimized builds on Linux.evanm@google.com2008-11-131-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/10857 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5406 0039d316-1c4b-4281-b951-d872f2087c98
* UPdate DEPS to pull in the new webkit.ojan@google.com2008-11-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10911 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5405 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DEPS that i somehow screwed up.ojan@google.com2008-11-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10891 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5371 0039d316-1c4b-4281-b951-d872f2087c98
* Second part of the new merge. Just adds FloatQuad.h/cpp to WebCore build.ojan@google.com2008-11-131-1/+1
| | | | | | | Could use some help from mac-folk on the xcode equivalent change. Review URL: http://codereview.chromium.org/10866 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5366 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after idl-file changes.ager@google.com2008-11-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10685 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5350 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to point at webkit@5303aa@chromium.org2008-11-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10660 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5311 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps to pull in the new merge and the htmlentitycodes change.ojan@google.com2008-11-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10852 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5308 0039d316-1c4b-4281-b951-d872f2087c98
* Landing 38097:38305 merge (src/webkit, DEPS)dglazkov@google.com2008-11-121-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5265 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to point at webkit@5220. aa@chromium.org2008-11-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10810 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5227 0039d316-1c4b-4281-b951-d872f2087c98
* Copy over the IDL files from port that really should be in the vendor branch ↵ojan@google.com2008-11-111-1/+1
| | | | | | | | | | | (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
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-111-1/+1
| | | | | | | | | | | | | | | | | 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
* Get rid of ExceptionContext (2/2)dglazkov@google.com2008-11-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/9754 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5141 0039d316-1c4b-4281-b951-d872f2087c98
* fix build bustageerikkay@google.com2008-11-101-1/+1
| | | | | | | | 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
* Update textarea-metrics.html and textarea-metrics.txt to match upcoming ↵ojan@google.com2008-11-101-1/+1
| | | | | | | | | | | | 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
* Landing 37604:38097 mergedglazkov@google.com2008-11-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5110 0039d316-1c4b-4281-b951-d872f2087c98
* Dramatically improve the link time in release mode. Today's MC Hammer Xcodemark@chromium.org2008-11-071-1/+1
| | | | | | | | 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