summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FormatErrorMessage() functions are now publicly available from ↵rafaelw@chromium.org2009-05-1222-2936/+3101
| | | | | | | | | | | | ExtensionErrorUtils. ExtensionTabsModule implements a bunch of error_messages. Extension Calls now always deliver a response to the calling context and route error messages if any to the window.console.error log. Review URL: http://codereview.chromium.org/113105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15853 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline the instance of test that we pass. The only difference isager@chromium.org2009-05-122-0/+48
| | | | | | | | the error message text. Review URL: http://codereview.chromium.org/113265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15852 0039d316-1c4b-4281-b951-d872f2087c98
* Add note about the branding files.thomasvl@chromium.org2009-05-121-0/+6
| | | | | | Review URL: http://codereview.chromium.org/113264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15851 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.3.1.ager@chromium.org2009-05-122-5/+1
| | | | | | | | | | | | This version contains a register allocation crash fix, an instanceof code generation crash fix and a JSC compatibility fix which should fix issues with facebook. BUG=1717 BUG=11675 Review URL: http://codereview.chromium.org/115237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15850 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-127-17/+13
| | | | | | Review URL: http://codereview.chromium.org/115234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15849 0039d316-1c4b-4281-b951-d872f2087c98
* Delete the checked-in webkit .vcproj (and ancillary .sln) files.sgk@google.com2009-05-1221-19833/+0
| | | | | | Review URL: http://codereview.chromium.org/115188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15848 0039d316-1c4b-4281-b951-d872f2087c98
* Added type check to SVG operation arguments.plesner@google.com2009-05-127-10/+55
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15847 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Sanity ui test.pfeldman@chromium.org2009-05-129-10/+137
| | | | | | | | | BUG=11533 Review URL: http://codereview.chromium.org/115127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15845 0039d316-1c4b-4281-b951-d872f2087c98
* Don't request scripts until ScriptsPanel is visible.yurys@google.com2009-05-122-6/+32
| | | | | | Review URL: http://codereview.chromium.org/115130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15844 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: enable out of process dev tools by default.pfeldman@chromium.org2009-05-129-18/+23
| | | | | | Review URL: http://codereview.chromium.org/115231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15843 0039d316-1c4b-4281-b951-d872f2087c98
* Add a failing test on mac.ericroman@google.com2009-05-121-0/+1
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15841 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43550:43553].ericroman@google.com2009-05-122-1/+4
| | | | | | | | | | | | | I did this narrow update so the canary can go green again. LayoutTests/fast/js/instance-of-immediates.html Crashing. Not a regression, as the crash reproes in chrome 1.0 as well. <http://code.google.com/p/v8/issues/detail?id=341> Review URL: http://codereview.chromium.org/113255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15840 0039d316-1c4b-4281-b951-d872f2087c98
* Move the bookmark node iD generation to bookmark model isntead ofmunjal@chromium.org2009-05-127-56/+87
| | | | | | | | bookmark node. This will also make the IDs more dense. Review URL: http://codereview.chromium.org/99304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15839 0039d316-1c4b-4281-b951-d872f2087c98
* Add a missing baseline, and mark some tests fail mac/linux that need baselining.ericroman@google.com2009-05-124-0/+24
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15838 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43512:43550]ericroman@google.com2009-05-126-1/+25
| | | | | | | | | | | | | | | | | * LayoutTests/fast/forms/search-styled.html New test added with <http://trac.webkit.org/changeset/43522>. The corresponding change to RenderThemeWin.cpp doesn't affect chromium (which uses RenderThemeChromiumWin.cpp). Filed the follow-up bug <http://crbug.com/11793> to see if we want to make the same change to RenderThemeChromiumWin. * LayoutTests/http/tests/misc/favicon-as-image.html This go copied to a new location by <http://trac.webkit.org/changeset/43542>. Did a respective copy of the baseline (although tentatively seems to be failing locally, will see how it fares on the buildbot). TBR=dglazkov Review URL: http://codereview.chromium.org/113252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15837 0039d316-1c4b-4281-b951-d872f2087c98
* An experimental fix for Issue 11046.hbono@chromium.org2009-05-125-3/+29
| | | | | | | | | This change replaces some ImmAssociateContextEx() calls with a LoadLibrary() call and a GetProcAddress() call to prevent Chrome from loading "imm32.dll" on a PC which doesn't have valid "imm32.dll" installed. (Since I have not been able to reproduce this issue on my XP box, this is just a blind fix.) BUG=11046 "repeated crash on launch" Review URL: http://codereview.chromium.org/113096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15832 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script that runs cov-build, cov-analyze, andwtc@chromium.org2009-05-121-0/+136
| | | | | | | | | | | cov-commit-defects on a Chromium tree. R=patrick BUG=N/A TEST=N/A Review URL: http://codereview.chromium.org/99264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15831 0039d316-1c4b-4281-b951-d872f2087c98
* Revert cl 15819 to investigate the purify failure.rvargas@google.com2009-05-122-189/+132
| | | | | | | | TBR=wtc Review URL: http://codereview.chromium.org/115219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15830 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-1210-253/+416
| | | | | | | | Now that I'm wiser writing tests, I'm trying to get rid of InitializationHelper and rely on simplier test fixtures classes. I also introduced MockFilterFactory which is capable of creating all the mock filters and is able to return instantiated instances of filters to permit testing for expectations (refer to PipelineImplTest.Seek for an example). Review URL: http://codereview.chromium.org/115094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15829 0039d316-1c4b-4281-b951-d872f2087c98
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-1217-38/+101
| | | | | | | | | | | | | | | | | | We now have RetrieveFrameForCurrentContext() and RetrieveFrameForEnteredContext(). These terms means the same thing they do in V8::Context -- 'current' is the top of the js stack and 'entered' is the bottom. I needed 'entered' to fix a bug in extensions where if you call an extension API through the web inspector we get confused and think the web inspector's view is the one who called. Review URL: http://codereview.chromium.org/113085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15828 0039d316-1c4b-4281-b951-d872f2087c98
* The version of gcc on mac (4.2) doesn't like inheriting from a test in an ↵tc@google.com2009-05-121-7/+2
| | | | | | | | | | | anonymous namespace. Just move the actual test cases into the namespace so everything is in the same translation unit. TBR=evan Review URL: http://codereview.chromium.org/113240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15826 0039d316-1c4b-4281-b951-d872f2087c98
* Media Player view rotation options.fbarchard@chromium.org2009-05-125-590/+667
| | | | | | Review URL: http://codereview.chromium.org/112016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15825 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable IFrameTest.InEmptyFrame.evan@chromium.org2009-05-121-4/+0
| | | | | | | | | BUG=9870 Review URL: http://codereview.chromium.org/113211 Patch from Albert Bachand <albertb@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15822 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac build by disabling tests.tc@google.com2009-05-121-0/+4
| | | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/113239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15821 0039d316-1c4b-4281-b951-d872f2087c98
* Draw the maximized frame background correctly.glen@chromium.org2009-05-121-3/+13
| | | | | | | | BUG=11695 Review URL: http://codereview.chromium.org/113227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15820 0039d316-1c4b-4281-b951-d872f2087c98
* Create a detachable core for the TCPClientSocketWin objectrvargas@google.com2009-05-122-132/+189
| | | | | | | | | | | | | | so that part of the socket can outlive the socket destruction. This is the second part of removing infinite waits from the IO loop. BUG=9258 TEST=none Review URL: http://codereview.chromium.org/113172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15819 0039d316-1c4b-4281-b951-d872f2087c98
* Add new tab startup test to the linux & mac build.tc@google.com2009-05-124-16/+9
| | | | | | | Review URL: http://codereview.chromium.org/113229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15818 0039d316-1c4b-4281-b951-d872f2087c98
* Removing floating views, they are not used anymore.jcampan@chromium.org2009-05-119-643/+45
| | | | | | | | | BUG=None TEST=Run unit_tests, ui_tests, interactive ui_tests. Make sure focus traversal still works. Review URL: http://codereview.chromium.org/113215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15817 0039d316-1c4b-4281-b951-d872f2087c98
* Add import settings dialog on linux.kuchhal@chromium.org2009-05-1110-40/+275
| | | | | | | | | | BUG=11191 TEST=Open Import Settings dialog from Chrome wrench menu on Linux and make sure it imports Firefox data as selected. Review URL: http://codereview.chromium.org/115133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15815 0039d316-1c4b-4281-b951-d872f2087c98
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-116-40/+133
| | | | | | | | | the final RSS size and the total VM size. Review URL: http://codereview.chromium.org/113217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15814 0039d316-1c4b-4281-b951-d872f2087c98
* Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.stoyan@chromium.org2009-05-115-80/+4
| | | | | | Review URL: http://codereview.chromium.org/115210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15813 0039d316-1c4b-4281-b951-d872f2087c98
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-114-14/+10
| | | | | | | | | | | | This is some cleanup of cl 14998. R=wtc BUG=9258 TEST=none Review URL: http://codereview.chromium.org/115157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15812 0039d316-1c4b-4281-b951-d872f2087c98
* Fix delay loaded dependencies.kuchhal@chromium.org2009-05-112-0/+3
| | | | | | | | | | BUG=11651 TEST=Build Google Chrome branded Release configuration of chrome.exe and it should not throw deps check fail error. Review URL: http://codereview.chromium.org/113234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15810 0039d316-1c4b-4281-b951-d872f2087c98
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-11575-0/+0
| | | | | | | | | | (No code change.) git ls-tree -r HEAD | grep '^100755' | cut -f2 | egrep '\.(png|txt|mm|cc|h|checksum|asm|js|html|c|css|xml|grd|json)$' | xargs chmod a-x git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15809 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version (this one relies on the buildbot scripts tobradnelson@chromium.org2009-05-111-1/+1
| | | | | | | | set GYP_MSVS_VERSION). Review URL: http://codereview.chromium.org/113230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15808 0039d316-1c4b-4281-b951-d872f2087c98
* Removing sln file which should not be checked in, but rather generated by gyp.bradnelson@chromium.org2009-05-111-111/+0
| | | | | | Review URL: http://codereview.chromium.org/113231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15807 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some mac expected fail layout tests which have been passing.ericroman@google.com2009-05-111-9/+6
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15806 0039d316-1c4b-4281-b951-d872f2087c98
* Add a variant of bug 10901.pkasting@chromium.org2009-05-111-1/+3
| | | | | | | TBR=huanr Review URL: http://codereview.chromium.org/115213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15805 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some tests which are passing.ericroman@google.com2009-05-111-4/+0
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15804 0039d316-1c4b-4281-b951-d872f2087c98
* Add a baseline from merge for mac.ericroman@google.com2009-05-113-0/+7
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/115208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15802 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Only show the original RWHV or the interstitial page at any time."willchan@chromium.org2009-05-112-8/+2
| | | | | | | | It broke ui_tests. Review URL: http://codereview.chromium.org/112017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15801 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/115197fbarchard@chromium.org2009-05-113-40/+134
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15800 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Don't custom paint background of findbar.estade@chromium.org2009-05-112-2/+3
| | | | | | | | This makes the findbar look like the rest of the toolbar. Review URL: http://codereview.chromium.org/113214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15799 0039d316-1c4b-4281-b951-d872f2087c98
* Download progress and complete animation on linux.estade@chromium.org2009-05-116-42/+176
| | | | | | Review URL: http://codereview.chromium.org/113179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15798 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser theme provider cache miss crash.glen@chromium.org2009-05-111-8/+7
| | | | | | | | BUG=11717 Review URL: http://codereview.chromium.org/113225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15796 0039d316-1c4b-4281-b951-d872f2087c98
* Add a histogram to measure the number of times we askpaulg@google.com2009-05-111-1/+8
| | | | | | | | | | for a prefix that the SafeBrowsing servers have, but that the full hashes provided in the response don't match the URL we're looking up. Review URL: http://codereview.chromium.org/115201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15795 0039d316-1c4b-4281-b951-d872f2087c98
* Revert v8 update to version 1.2.3. This update seems to introduce newager@chromium.org2009-05-111-1/+1
| | | | | | | | | crashes in layout tests. TBR=erik.corry@gmail.com Review URL: http://codereview.chromium.org/115205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15794 0039d316-1c4b-4281-b951-d872f2087c98
* Adds back some code removed during Ben's landing of views renaming.sky@chromium.org2009-05-118-13/+435
| | | | | | | | | | | Adds support for GTK buttons. BUG=none TEST=none Review URL: http://codereview.chromium.org/113212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15793 0039d316-1c4b-4281-b951-d872f2087c98
* Only show the original RWHV or the interstitial page at any time.willchan@chromium.org2009-05-112-2/+8
| | | | | | | | | | In Windows this doesn't matter, since the interstitial page just renders on top of the original RWHV. In Linux, the two RWHV widgets are in the same content view vbox, so we need to hide one of them so they both don't render on the screen. BUG=http://www.crbug.com/8486 Review URL: http://codereview.chromium.org/112014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15792 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update [43505:43511].ericroman@google.com2009-05-111-1/+1
| | | | | | | | | | | Canary shows coast is clear; updating to right before aa'a change. TBR=dglazkov TEST=0 Review URL: http://codereview.chromium.org/113226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15791 0039d316-1c4b-4281-b951-d872f2087c98