summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* <esc> in the AutocompleteEdit should select all the text when reverting to ↵pkasting@chromium.org2008-12-013-27/+37
| | | | | | | | the permanent text. Only pass it through as an accelerator if we don't end up changing anything. Patch by Mohamed Mansour, r=me. See http://codereview.chromium.org/10800 . BUG=4203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6168 0039d316-1c4b-4281-b951-d872f2087c98
* Checking in media common header file and buffer pure interfaces.scherkus@chromium.org2008-12-013-1/+159
| | | | | | | R=cpu,darin Review URL: http://codereview.chromium.org/12701 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6167 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for some trivial issues (remove unneeded constants, int->size_t in a ↵pkasting@chromium.org2008-12-014-8/+5
| | | | | | few cases). Patch by phajdan.jr@gmail.com, r=me. See http://codereview.chromium.org/11586 . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6166 0039d316-1c4b-4281-b951-d872f2087c98
* Fix window.open()/window.close() regression by disabling window.close() ↵erg@google.com2008-12-0110-7/+60
| | | | | | | | | | | until a message comes back from the Browser thread saying that it's OK to allow javascript close calls. ISSUE=http://crbug.com/4007 Review URL: http://codereview.chromium.org/12691 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6165 0039d316-1c4b-4281-b951-d872f2087c98
* Don't create the default download directory just because we ask for its ↵pkasting@chromium.org2008-12-011-14/+11
| | | | | | | | location. This is a first step toward not creating _any_ directories when we merely ask for their locations. Patch by Marc-André Decoste, r=cpu. See http://codereview.chromium.org/11586 . Bug=4575 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6164 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new submenu in the context menu for a text box. This submenu displays ↵sidchat@google.com2008-12-018-41/+215
| | | | | | | | some spell check languages that Chrome supports, derived from the accept languages list and the current spell check language. The spell check language which is currently set is shown to be selected. The user can click on some other spell check language, and it will become effective immediately (this part of the code was addressed in a previous CL, and has been checked in). Review URL: http://codereview.chromium.org/12614 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6162 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the X selection clipboard for copying html and text out of a linux ↵tc@google.com2008-12-0110-6/+90
| | | | | | | | | | | | | | test shell. I implemented it in the webview delegate, so when we switch to the multiprocess architecture, we will need to find out if the clipboard callback can be async (the current method would require a sync call from browser to renderer to get the selected text). Review URL: http://codereview.chromium.org/12700 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6160 0039d316-1c4b-4281-b951-d872f2087c98
* Add F1 as an accelerator for "Help". Original patch by Alex Mendes da ↵pkasting@chromium.org2008-12-013-0/+7
| | | | | | | | Costa, r=ben, see http://codereview.chromium.org/10796 . BUG=851 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6158 0039d316-1c4b-4281-b951-d872f2087c98
* Making sure that the buffer we use with ReadFile/WriteFile is pagetommi@chromium.org2008-12-011-10/+67
| | | | | | | | | | | | | | | aligned. Also restoring file attributes after evicting it from the cache (since the function writes to the file). Depending on hardware, file operations will fail if the buffer isn't aligned when using the FILE_FLAG_NO_BUFFERING flag. For more details: http://msdn.microsoft.com/en-us/library/cc644950(VS.85).aspx Review URL: http://codereview.chromium.org/12833 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6157 0039d316-1c4b-4281-b951-d872f2087c98
* Allow for setting platform-specific expecations for layout tests.ojan@google.com2008-12-017-168/+193
| | | | | | | | I don't actually update any test lists, but I did test that all my examples in the documentation actually work. Review URL: http://codereview.chromium.org/12628 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6156 0039d316-1c4b-4281-b951-d872f2087c98
* Revert change 6149 because it broke the unit tests on windows.nsylvain@chromium.org2008-12-0113-217/+47
| | | | | | Review URL: http://codereview.chromium.org/12834 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6155 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up how we feed various outputs into the installer builders. Instead ofmpcomplete@chromium.org2008-12-014-137/+144
| | | | | | | | | | referencing them by name, we put them into toplevel environment variables and reference them by the variable. Also made DirBuilder more flexible in accepting SCons Nodes as inputs. Review URL: http://codereview.chromium.org/12705 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6154 0039d316-1c4b-4281-b951-d872f2087c98
* Pressing tab with no selection while the form autofill was showing would crash.jcampan@chromium.org2008-12-011-3/+5
| | | | | | | | BUG=4847 TEST=Open a form, type something so the autofill shows, press tab with no selection. Review URL: http://codereview.chromium.org/13019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6153 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the cpu-count forwarding passing code from the v8 SConscript.evanm@google.com2008-12-011-9/+2
| | | | | | | | | | | Running with n CPUs would cause our parent scons to run with n cpus and then have it spawn a sub-scons that would itself attempt to run with an additional n cpus. Review URL: http://codereview.chromium.org/13010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6152 0039d316-1c4b-4281-b951-d872f2087c98
* Landing http://codereview.chromium.org/12502 for sverrir:sky@google.com2008-12-011-8/+15
| | | | | | | | | | | Fix selection after deleting cookies. The selection was seemingly random because the model to view mapping changed when deleting items. BUG=3692 TEST=Try deleting items in cookies view and make sure selection doesn't jump around unexpectedly. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6150 0039d316-1c4b-4281-b951-d872f2087c98
* browser porting, part 2 - importeragl@chromium.org2008-12-0113-47/+217
| | | | | | | | Review URL: http://codereview.chromium.org/12688 Patch from Pawel Hajdan jr. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6149 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/12503dglazkov@google.com2008-12-014-298/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6148 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: When asked for Monaco font, default to Times New Roman.agl@chromium.org2008-12-012-1/+10
| | | | | | | | | | | | Monaco is an Apple specific font which we don't have on either Linux nor Windows. When Windows is asked for it it appears to fallback to Times New Roman. We configure Linux to do the same so that we match on layout-tests which use Monaco. Review URL: http://codereview.chromium.org/11610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6146 0039d316-1c4b-4281-b951-d872f2087c98
* Changes filter used when importing in bookmark manager to includesky@google.com2008-12-011-1/+1
| | | | | | | | | | | | | *.htm. BUG=4388 TEST=Create a file name foo.htm. Go to bookmark manager, choose import, navigate to directory with foo.htm and make sure the the open dialog shows foo.htm. Review URL: http://codereview.chromium.org/12459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6144 0039d316-1c4b-4281-b951-d872f2087c98
* This layout test is flaky in debug.nsylvain@chromium.org2008-12-011-1/+2
| | | | | | Review URL: http://codereview.chromium.org/13017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6143 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering ↵maruel@chromium.org2008-12-018-6/+146
| | | | | | | | the observer correctly. Review URL: http://codereview.chromium.org/12474 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6142 0039d316-1c4b-4281-b951-d872f2087c98
* Added the printing of a warning when we get an Exception while trying to ↵maruel@chromium.org2008-12-011-4/+8
| | | | | | | | | import our google.* python packages so that the user can tell why it happens, and how to fix it. Patch from mad@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6140 0039d316-1c4b-4281-b951-d872f2087c98
* Fix printing. With a webkit merge, the paint() command started to be ↵maruel@chromium.org2008-12-011-1/+2
| | | | | | | | | | delegated to ScrollView instead of FrameView, printing scrollbars on the paper. TEST=print a long page, no scrollbar should appear and it should print on multiple pages correctly. BUG=3670 Review URL: http://codereview.chromium.org/13012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6139 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the painting problem with Stree View and Flash 10. After the size of ↵jam@chromium.org2008-12-012-14/+9
| | | | | | | | | | | the plugin changes, we generate a new backing store. Flash 9 invalidates the rectangle, but Flash 10 doesn't. As a result we paint from a blank backing store. The fix is to keep track of which part of the backing store has been painted into by the plugin, and if the renderer tries to paint an area that falls outside of it, do a synchronous paint. Also get rid of first_paint_, as it was introduced during a failed attempt to make plugin loading asynchronous. Review URL: http://codereview.chromium.org/10792 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6128 0039d316-1c4b-4281-b951-d872f2087c98
* Rollbackmbelshe@google.com2008-12-0115-104/+154
| | | | | | Review URL: http://codereview.chromium.org/13009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6127 0039d316-1c4b-4281-b951-d872f2087c98
* A new copy of the old system monitor changelist.mbelshe@google.com2008-11-3015-154/+104
| | | | | | Review URL: http://codereview.chromium.org/12817 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6126 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused RenderThemeWin::getMinimalButtonPadding.deanm@chromium.org2008-11-282-13/+0
| | | | | | Review URL: http://codereview.chromium.org/13002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6116 0039d316-1c4b-4281-b951-d872f2087c98
* Match Windows select metrics.deanm@chromium.org2008-11-283-32/+79
| | | | | | | | | We now pass basic-selects.html. Also fix a enum type mismatch (both NoPart and NoControlPart are 0, it was only the type that was wrong). Review URL: http://codereview.chromium.org/10982 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6115 0039d316-1c4b-4281-b951-d872f2087c98
* Remove test that is consistently passing from test list.ager@google.com2008-11-281-3/+0
| | | | | | | TBR=feng Review URL: http://codereview.chromium.org/10999 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6114 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselined test that expected non-conformant evaluation order of comparisons.olehougaard@google.com2008-11-283-1/+179
| | | | | | Review URL: http://codereview.chromium.org/12805 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6113 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
* Unfork HTMLOptionsCollection.idl. This was forked a long time ago andager@google.com2008-11-282-3/+14
| | | | | | | | | | | | we no longer need it. The only unfortunate things is that to unfork we have to add another custom getter that does not really need to be customized. The commit will be a two-step process. I'll update the WebKit DEPS once I know the new version. Review URL: http://codereview.chromium.org/10996 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6111 0039d316-1c4b-4281-b951-d872f2087c98
* Get back the messages in the inspector console.sgjesse@chromium.org2008-11-281-5/+29
| | | | | | | The unforking of the inspector JS files caused the message text not showing in the inspector console due to changes in the API between the inspector controller and the inspector. Manually added the missing changes from WebKit changeset 36817 (http://trac.webkit.org/changeset/36817) to InspectorController.cpp and fixed the parameters to the WebInspector.ConsoleMessage constructor. Review URL: http://codereview.chromium.org/10997 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6110 0039d316-1c4b-4281-b951-d872f2087c98
* Changing expectation for exception test that is working as intended.olehougaard@google.com2008-11-282-1/+1
| | | | | | Review URL: http://codereview.chromium.org/12801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6109 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after unfork of character data. ager@google.com2008-11-272-4/+4
| | | | | | | 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
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-2714-208/+276
| | | | | | Review URL: http://codereview.chromium.org/12489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6099 0039d316-1c4b-4281-b951-d872f2087c98
* Fix null dereference that happens in accessibilty because FrameView is gone ↵jam@chromium.org2008-11-272-12/+11
| | | | | | | | | | | during a nested message loop. I also fixed another null dereference in InitAccessibilityRoot that I saw during debugging. BUG=4582 Review URL: http://codereview.chromium.org/10418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6098 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
* Match Windows checkbox and radio metrics. We now pass basic-inputs.html.deanm@chromium.org2008-11-272-48/+20
| | | | | | Review URL: http://codereview.chromium.org/10788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6095 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 5927 as John has a better fix for this issue.ananta@chromium.org2008-11-271-4/+0
| | | | | | | | | | | | | was as below:- R=jam Bug=4582 Review URL: http://codereview.chromium.org/12402 Review URL: http://codereview.chromium.org/10787 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6094 0039d316-1c4b-4281-b951-d872f2087c98
* Reenabling a DCHECK that was causing the ui tests to hang on the dbg build ↵jcampan@chromium.org2008-11-271-3/+1
| | | | | | | | | | | bots, which I could not reproduce locally. I'll try to investigate on the bots. TBR=nsylvain Review URL: http://codereview.chromium.org/10979 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6091 0039d316-1c4b-4281-b951-d872f2087c98
* Remove exceptions from purify data file since bug was fixed.erikkay@google.com2008-11-271-254/+0
| | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=4654 TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6089 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
* * Don't do an idle check in StartLogTransmissionTimer(). This check makes ↵pkasting@chromium.org2008-11-271-71/+51
| | | | | | | | | | us never re-set timers after sending logs. The check in TryToStartTransmission() is sufficient to halt uploading and timers after a user has been idle. * Various small style fixes to comply with style guide, around args alignment and indentation. Review URL: http://codereview.chromium.org/11452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6083 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-2718-280/+454
| | | | | | Review URL: http://codereview.chromium.org/12708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98
* The javascript alert dialog was removed from test shell.mbelshe@google.com2008-11-271-0/+1
| | | | | | | | I assume this is an accident; as I'd like to have it back! :-) Review URL: http://codereview.chromium.org/12704 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6079 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6072.ojan@google.com2008-11-275-6/+6
| | | | | | | 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
* We never bumped the trunk minor version when we bumped the branch. Go ↵pkasting@chromium.org2008-11-261-1/+1
| | | | | | | | straight to 0.5 as the branch is working its way through 0.4. Review URL: http://codereview.chromium.org/12490 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6076 0039d316-1c4b-4281-b951-d872f2087c98