summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reupload of 14102glen@chromium.org2008-12-1450-5359/+4726
| | | | | | | | | | | | | BN,GU,KN,ML,MR,OR,TA and TE are still using the English translation (no translation available on our site). HE is non-RTL, which we should fix upstream. The JS contained is harmless code that we had previously manually stripped out, but as we're not someone more automated, I'm leaving it in. Review URL: http://codereview.chromium.org/14104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6975 0039d316-1c4b-4281-b951-d872f2087c98
* A new shot at the old system monitor changelist.mbelshe@google.com2008-12-1316-157/+107
| | | | | | Review URL: http://codereview.chromium.org/12883 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6974 0039d316-1c4b-4281-b951-d872f2087c98
* Remove all the CHECKs I added to debug issue 4749.wtc@google.com2008-12-132-24/+1
| | | | | | | | TBR=eroman BUG=4749 Review URL: http://codereview.chromium.org/14108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6972 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some failing layout tests.mmoss@google.com2008-12-131-2/+7
| | | | | | | Review URL: http://codereview.chromium.org/14414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6971 0039d316-1c4b-4281-b951-d872f2087c98
* Implement visited link coloring.brettw@google.com2008-12-1310-24/+132
| | | | | | Review URL: http://codereview.chromium.org/12928 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6970 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to base from platform/graphics.brettw@google.com2008-12-133-16/+25
| | | | | | Review URL: http://codereview.chromium.org/13806 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6969 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6966.ericroman@google.com2008-12-1322-151/+183
| | | | | | | this failed UI tests catastrophically Review URL: http://codereview.chromium.org/14103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6968 0039d316-1c4b-4281-b951-d872f2087c98
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-1322-183/+151
| | | | | | | | Also make ProxyService refcounted so the sharing between profiles is explicit. Review URL: http://codereview.chromium.org/13701 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6966 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land rollback (which was not causing UI test regression)jar@google.com2008-12-131-5/+11
| | | | | | tbr=ojan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6963 0039d316-1c4b-4281-b951-d872f2087c98
* Removing VERBOSE=1 option, superceeded by standard hammer --verbose option.bradnelson@chromium.org2008-12-131-10/+0
| | | | | | Review URL: http://codereview.chromium.org/14082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix purify complaint about FontData structs being leaked. These are held in adarin@chromium.org2008-12-131-4/+4
| | | | | | | | | | | | cache that never evicts anything, so they are not real leaks. We just used to free them before to probably make purify happy, and I didn't realize that when I made recent changes to the file. Now we clean up the FontData structs again. R=brettw Review URL: http://codereview.chromium.org/14410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6961 0039d316-1c4b-4281-b951-d872f2087c98
* Fix max build bustage.darin@google.com2008-12-131-6/+12
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/14098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6960 0039d316-1c4b-4281-b951-d872f2087c98
* Move implementation of BackForwardListClient to a new class nameddarin@chromium.org2008-12-1315-389/+189
| | | | | | | | | | BackForwardListClientImpl. R=dglazkov Review URL: http://codereview.chromium.org/14407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6959 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: GCC 4.3 warning fixesagl@chromium.org2008-12-131-4/+4
| | | | | | | | | The lastest Skia drop included some code which triggers warnings with GCC 4.3 Review URL: http://codereview.chromium.org/14097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6958 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 39141:39143: The ScriptCallStack (2/2)dglazkov@google.com2008-12-1217-152/+354
| | | | | | Review URL: http://codereview.chromium.org/14092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6956 0039d316-1c4b-4281-b951-d872f2087c98
* Disable tests so I can debug offline.tc@google.com2008-12-121-0/+8
| | | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/14094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6955 0039d316-1c4b-4281-b951-d872f2087c98
* revert r6938estade@chromium.org2008-12-125-28/+73
| | | | | | | (i.e. reapply 6935, with fix) Review URL: http://codereview.chromium.org/14087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6953 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a CHECK in RemovePendingRequest that asserts awtc@google.com2008-12-121-2/+10
| | | | | | | | | | condition that could be false in the new HTTP stack. R=rvargas BUG=4749 Review URL: http://codereview.chromium.org/13799 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6951 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some shadow tests by allowing a 0 blur shadowtc@google.com2008-12-1220-20/+89
| | | | | | | | | | | | | | | and having the height offset reversed. These work now that we pull in webkit @r39105. http://trac.webkit.org/changeset/39105 The images need to be rebaselined due to some text on the page, but the shadows match. BUG=2969 Review URL: http://codereview.chromium.org/14089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6950 0039d316-1c4b-4281-b951-d872f2087c98
* Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests ↵ericroman@google.com2008-12-126-8/+22
| | | | | | | | as DISABLED_ instead, until have resolved the purify builder error. Review URL: http://codereview.chromium.org/14081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6949 0039d316-1c4b-4281-b951-d872f2087c98
* Move skia_utils into the skia namespace.brettw@google.com2008-12-1218-42/+48
| | | | | | Review URL: http://codereview.chromium.org/14079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6948 0039d316-1c4b-4281-b951-d872f2087c98
* Get a few more mac tests inline. This gets us down to where it's gonna take athomasvl@chromium.org2008-12-121-15/+42
| | | | | | | | | few sequential runs to figure out what tests are just flaky and mark them as such. Lint passes. Review URL: http://codereview.chromium.org/14091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6945 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some changed tests as a result of the Skia merge. I think these ↵brettw@google.com2008-12-127-14/+11
| | | | | | | | were added after I did the rest of the rebaselining. Review URL: http://codereview.chromium.org/14086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6944 0039d316-1c4b-4281-b951-d872f2087c98
* Test to make sure issue 4737 doesn't regress.erg@google.com2008-12-122-0/+37
| | | | | | Review URL: http://codereview.chromium.org/13800 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6942 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for http://code.google.com/p/chromium/issues/detail?id=5409.mpcomplete@google.com2008-12-124-10/+16
| | | | | | | | | | | A case study on why constants are bad. The meaning of V8 NPObject wrapper constants got rearranged, and we failed to detect them properly, resulting in doubly-wrapped NPObjects. BUG=5409 Review URL: http://codereview.chromium.org/14031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6941 0039d316-1c4b-4281-b951-d872f2087c98
* Have GRIT generate files into a common directory.tc@google.com2008-12-1270-187/+199
| | | | | | | | | | | | | | | Joi has convinced me that GRIT should generate platform specific resources files. This is easier than parsing .rc files because GRIT effectively has an .rc parser. To that end, we need to convert some existing .rc files to .grd files (e.g., net_resources.rc and webkit_resources.rc). Rather than having every grd file output to a different place and -I all the different paths, have GRIT generate all files into one directory. This directory is grit_derived_sources. Review URL: http://codereview.chromium.org/13776 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6940 0039d316-1c4b-4281-b951-d872f2087c98
* Add a few recent errors to the known errors list to green the bot while ↵erikkay@google.com2008-12-122-0/+245
| | | | | | | | | | | | they're being worked on. BUG=http://code.google.com/p/chromium/issues/detail?id=5464 TBR=ojan Review URL: http://codereview.chromium.org/14403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6939 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6935.ojan@google.com2008-12-125-73/+28
| | | | | | | Broke compile Review URL: http://codereview.chromium.org/14083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6938 0039d316-1c4b-4281-b951-d872f2087c98
* A couple of linux keyboard input fixes.estade@chromium.org2008-12-122-2/+7
| | | | | | | | | * Store text as wchar_t, so non-latin characters fit in it. * Set text again after second round of editing key_code in event_sending_controller.cc Review URL: http://codereview.chromium.org/13769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6936 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-125-28/+73
| | | | | | Review URL: http://codereview.chromium.org/14073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6935 0039d316-1c4b-4281-b951-d872f2087c98
* Make all GRIT placeholders only use caps and underscores.tc@google.com2008-12-121-3/+3
| | | | | | | | | | | The translation console only knows how to handle CAPS and underscores for placeholders. There's a check in the GRIT code that verifies this when we generate the translation console upload format. But we never go through this code path when generating the .rc and .h files. Review URL: http://codereview.chromium.org/14071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6934 0039d316-1c4b-4281-b951-d872f2087c98
* Add failing tests so we can open the tree. TBR.ojan@google.com2008-12-121-0/+14
| | | | | | Review URL: http://codereview.chromium.org/14401 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6933 0039d316-1c4b-4281-b951-d872f2087c98
* run_layout_tests.py mutated a set in a print function, causing very wrong ↵erg@google.com2008-12-121-1/+1
| | | | | | | | output. Copy it before working with it. Review URL: http://codereview.chromium.org/14072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6931 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a bunch of vector canvas unit tests for the changes to Skia.brettw@google.com2008-12-1214-0/+0
| | | | | | Review URL: http://codereview.chromium.org/14078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6930 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline canvas gradient tests for Linux and Windows.mmoss@google.com2008-12-123-3/+1
| | | | | | | | | The previous baseline doesn't look like the current WebKit version (not sure how it was generated), and the Win/Linux code was fixed with r6893, and now generates output that looks like WebKit. Review URL: http://codereview.chromium.org/13791 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6927 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline images for the Skia merge. Skia changed the antialiasing ↵brettw@google.com2008-12-122038-1507/+1508
| | | | | | algorithm, resulting in suble changes across the board. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6926 0039d316-1c4b-4281-b951-d872f2087c98
* New drop of Skia. This is up to CL 121320.brettw@google.com2008-12-12549-3745/+8653
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6925 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up corresponding changes in WebKit.dglazkov@google.com2008-12-121-1/+1
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/13798 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6924 0039d316-1c4b-4281-b951-d872f2087c98
* Remove JSC masquerade, implement ScriptState (2/2).dglazkov@google.com2008-12-1210-166/+64
| | | | | | Review URL: http://codereview.chromium.org/14056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6923 0039d316-1c4b-4281-b951-d872f2087c98
* Move Image operations and convolver to the skia namespace and clean up a few ↵brettw@google.com2008-12-1214-109/+112
| | | | | | | | (but not all) base types. Review URL: http://codereview.chromium.org/13726 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6921 0039d316-1c4b-4281-b951-d872f2087c98
* Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ↵brettw@google.com2008-12-125-17/+40
| | | | | | | | | concept. Add necessary const accessors to property bag. BUG=5260 Review URL: http://codereview.chromium.org/13707 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6920 0039d316-1c4b-4281-b951-d872f2087c98
* Add a MemoryMappedFile class to file_util.estade@chromium.org2008-12-124-58/+115
| | | | | | | | Factor out windowisms from the spell checker. Review URL: http://codereview.chromium.org/14041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6919 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the unused StateTrackingString.hdarin@chromium.org2008-12-122-76/+0
| | | | | | | | R=brettw Review URL: http://codereview.chromium.org/13793 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6918 0039d316-1c4b-4281-b951-d872f2087c98
* Revert to repair UI test bustagejar@google.com2008-12-121-11/+5
| | | | | | | tbr=darin Review URL: http://codereview.chromium.org/14069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6917 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6911.ojan@google.com2008-12-1210-261/+250
| | | | | | Review URL: http://codereview.chromium.org/14068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6916 0039d316-1c4b-4281-b951-d872f2087c98
* mac uses RGBA for its rendering, not BGRA. This fix got lost when we merged ↵pinkerton@google.com2008-12-121-1/+7
| | | | | | | | to cross-platform TestShell code. Review URL: http://codereview.chromium.org/13788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6912 0039d316-1c4b-4281-b951-d872f2087c98
* message_pump_libevent refactor:jeremy@chromium.org2008-12-1210-250/+261
| | | | | | | | | | * Unify WatchSocket & WatchFileHandle. * Better encapsulate libevent. * Fix a bug with blocking writes in ipc_posix.cc Review URL: http://codereview.chromium.org/13757 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6911 0039d316-1c4b-4281-b951-d872f2087c98
* fix scons bindings generationtc@google.com2008-12-121-1/+0
| | | | | | | | | | | webkit/port/html doesn't exist anymore (as of r6897) TBR=darin (to fix the build) Review URL: http://codereview.chromium.org/13794 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6910 0039d316-1c4b-4281-b951-d872f2087c98
* During tab dragging if you hover over a browser window we now move itsky@google.com2008-12-123-1/+43
| | | | | | | | | | | | | | to front after a delay. Also made docking to another window bring the other window to front. BUG=2038 TEST=Create two window with two tabs each. Drag a tab from one window onto the other window (not the tab area), hold it for a second and make sure the other window comes to front. Review URL: http://codereview.chromium.org/14057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6909 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_canvas: fork into platform independent/dependent filesagl@chromium.org2008-12-127-420/+108
| | | | | | | | | | | | A previous commit duplicated chrome_canvas_win.cc from chrome_canvas.cc. Delete the Windows specific functions from chrome_canvas.cc and delete the generic functions from chrome_canvas.cc. Implement Skia versions of the Windows specific functions in chrome_canvas_skia.cc. Review URL: http://codereview.chromium.org/13779 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6908 0039d316-1c4b-4281-b951-d872f2087c98