summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared.deanm@chromium.org2009-03-103-40/+47
| | | | | | | Review URL: http://codereview.chromium.org/38009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11327 0039d316-1c4b-4281-b951-d872f2087c98
* NO CODE CHANGE.maruel@google.com2009-03-1046-169/+181
| | | | | | | Fix files with lines > 80 cols. Part 2. Review URL: http://codereview.chromium.org/40226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11326 0039d316-1c4b-4281-b951-d872f2087c98
* Normalize end of file newlines in chrome/browser/gtk/.deanm@chromium.org2009-03-108-8/+0
| | | | | | | | All files should now end in only a single newline. Review URL: http://codereview.chromium.org/42010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11325 0039d316-1c4b-4281-b951-d872f2087c98
* Add a copyright header to location_bar_view_gtk.cc.deanm@chromium.org2009-03-101-0/+4
| | | | | | | | | This is a new file committed in r11323, adding a proper copyright header. Review URL: http://codereview.chromium.org/43013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11324 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-109-89/+1114
| | | | | | | | | | | This implements some beginning functionality of "omnibox". It uses GtkTextView for a rich text edit for the location bar. Color emphasis, inline autocomplete, and the results popup work. You can select one of the omnibox results using the keyboard. Mouse selection doesn't work. The results popup code will have to be scraped and reimplemented with cairo / pango. BUG=8236 Review URL: http://codereview.chromium.org/40013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11323 0039d316-1c4b-4281-b951-d872f2087c98
* Added null-check for current DOMUI.yurys@google.com2009-03-101-2/+2
| | | | | | | BUG=8546 Review URL: http://codereview.chromium.org/43010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11322 0039d316-1c4b-4281-b951-d872f2087c98
* If the flag is specified developer tools window will be opened instead of ↵yurys@google.com2009-03-103-6/+18
| | | | | | | | Console Debugger when user clicks Debug JavaScript. This is a temporary solution and we will get rid of this flag as well as of debugger console when developer tools implement all their functionality. Review URL: http://codereview.chromium.org/39259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11321 0039d316-1c4b-4281-b951-d872f2087c98
* Building of the npapi_test_plugin and npapi_layout_test_plugin.sgk@google.com2009-03-101-0/+64
| | | | | | | Builds on Linux, should be readily enableable on Windows. Review URL: http://codereview.chromium.org/40331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11320 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress relevant warnings flags when building hunspell on Linux.sgk@google.com2009-03-101-0/+9
| | | | | | Review URL: http://codereview.chromium.org/40325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11319 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of renderer startup dialog implementation on linux.estade@chromium.org2009-03-101-12/+0
| | | | | | | | That flag has been replaced in functionality by --renderer-cmd-prefix. Review URL: http://codereview.chromium.org/41021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11314 0039d316-1c4b-4281-b951-d872f2087c98
* Remove tests which pass on linux. I had added this block pre-emptively when ↵ericroman@google.com2009-03-101-45/+0
| | | | | | | | | merging, since the tests were rebaseliend on windows and wasn't sure if would require work on linux -- turns out it didn't. TBR=darin Review URL: http://codereview.chromium.org/41027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11313 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 41498:41530.ericroman@google.com2009-03-1010-5/+23
| | | | | | Review URL: http://codereview.chromium.org/41017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11312 0039d316-1c4b-4281-b951-d872f2087c98
* InputWindow's window delegate should pass DeleteDelegate through to its own ↵ben@chromium.org2009-03-101-0/+5
| | | | | | | | | | | | delegate to avoid crashing because of not cleaning up. http://crbug.com/8573 Review URL: http://codereview.chromium.org/40326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11311 0039d316-1c4b-4281-b951-d872f2087c98
* On some slow machines, like the virtual machine of Vista 64nsylvain@chromium.org2009-03-101-4/+3
| | | | | | | | | | | | and Windows 7, the ping always take more than 100 ms. And retrying 100 times the same operation is never a good idea. So i'm waiting 1 sec instead of 100ms, and i retry 10 times only. And there was extranous err checks, I'm not sure why they were there. Was there a line missing there? Review URL: http://codereview.chromium.org/40282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix duplicate expectations.ojan@chromium.org2009-03-101-2/+1
| | | | | | Review URL: http://codereview.chromium.org/40327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11308 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test anchor-toStringcpu@google.com2009-03-102-4/+3
| | | | | | | | - In the bots the drive is C not Q Review URL: http://codereview.chromium.org/41024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11307 0039d316-1c4b-4281-b951-d872f2087c98
* Update test lists to match the bots. TBR.ojan@chromium.org2009-03-091-3/+4
| | | | | | Review URL: http://codereview.chromium.org/41025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11306 0039d316-1c4b-4281-b951-d872f2087c98
* Add new baseline for ↵darin@chromium.org2009-03-094-1/+20
| | | | | | | | | | LayoutTests/fast/css-generated-content/hit-test-generated-content.html, which was added in a recent merge. R=eroman Review URL: http://codereview.chromium.org/41011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11304 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline the stroked-pattern svg test.erg@google.com2009-03-096-5/+5
| | | | | | | Our current png baseline is very obviously wrong; Trunk Chrome, Safari 3 and Safari 4 don't match the previous baseline. The RenderTree was only off by one character ("Z") which is a known recurring problem. Review URL: http://codereview.chromium.org/41013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11303 0039d316-1c4b-4281-b951-d872f2087c98
* Snapshotting progress.bradnelson@google.com2009-03-097-106/+532
| | | | | | | | | Got app and unit_tests linking with gyp under windows. Still missing pieces (things don't run). Review URL: http://codereview.chromium.org/39319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11302 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable with current state of the bots.ojan@chromium.org2009-03-091-1/+3
| | | | | | Review URL: http://codereview.chromium.org/40313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11301 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for BlockTillLoaded to Linux.markus@chromium.org2009-03-092-26/+6
| | | | | | Review URL: http://codereview.chromium.org/39298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11300 0039d316-1c4b-4281-b951-d872f2087c98
* Make the last tab part of the client area instead of the non-client as it is ↵ben@chromium.org2009-03-092-14/+0
| | | | | | | | | | | | now. Remove some stupid code in the Tab's mouse pressed handler that was duplicating the nc-hittest handler. o_O. http://crbug.com/8519 Review URL: http://codereview.chromium.org/41018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11299 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the ability to log the URL of the renderer if the renderersky@google.com2009-03-094-6/+145
| | | | | | | | | | | | crashes. This is the code to set and maintain the URL, but we're not using it anywhere yet. BUG=none TEST=none Review URL: http://codereview.chromium.org/39202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11297 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11294.mpcomplete@google.com2009-03-0911-157/+59
| | | | | | Review URL: http://codereview.chromium.org/40321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11295 0039d316-1c4b-4281-b951-d872f2087c98
* Support loading extensions into the bookmark toolbar.mpcomplete@google.com2009-03-0911-59/+157
| | | | | | | | | Misc cleanup: - remove duplicate comments on Extension accessors - remove useless function in ExtensionsService Review URL: http://codereview.chromium.org/39285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11294 0039d316-1c4b-4281-b951-d872f2087c98
* String change.jcampan@chromium.org2009-03-091-1/+1
| | | | | | | | BUG=8321 TEST=Open the option panel, under minor tweaks, the autofill text next to the check-box should say "Save text from forms to make them easier to fill out" Review URL: http://codereview.chromium.org/41016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11293 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding the CL removing Windows specific code from the interstitial page.jcampan@chromium.org2009-03-091-34/+7
| | | | | | | | | | Somehow it was not compiling in non-debug anymore because of a this being used in the initializer without the right warning removed macro. BUG=None TEST=Visit a bad HTTPS page, make sure interstitial still shows and works properly. Review URL: http://codereview.chromium.org/41015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11292 0039d316-1c4b-4281-b951-d872f2087c98
* Add API functions to control Quantify, as well as expose theseasargent@chromium.org2009-03-0913-0/+229
| | | | | | | | | functions to javascript. Review URL: http://codereview.chromium.org/40255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11291 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests fixable and rebaseline one test.tc@google.com2009-03-093-3/+4
| | | | | | | | | | After the last merge, hidden-scrollbar-resize.html is now passing. hit-test-overflow-controls.html seems more correct now (hyatt fixed a case where the resize corner was not being clipped properly). Review URL: http://codereview.chromium.org/41005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11290 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the spellcheck language preference setting when UI language is ↵sidchat@google.com2009-03-091-0/+5
| | | | | | | | changed, so that spellcheck language falls back to default. Issue=7811 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11289 0039d316-1c4b-4281-b951-d872f2087c98
* Enable download_request_manager_unittest on linux.estade@chromium.org2009-03-094-7/+30
| | | | | | Review URL: http://codereview.chromium.org/41002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11288 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes session restore bug where we wouldn't necessarily correctlysky@google.com2009-03-094-8/+29
| | | | | | | | | | | | | | | restore the maximized state. The problem was we were using a boolean when we really needed three values: use the default, explicitly maximized or explicitly normal. I'm also removing a bogus DLOG in info_bubble. BUG=7930 TEST=see bug Review URL: http://codereview.chromium.org/40306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11287 0039d316-1c4b-4281-b951-d872f2087c98
* hook up history and download menu itemstc@google.com2009-03-095-27/+19
| | | | | | | | | | Small fix to get them to display (need to include webkit strings in our language pak files). Review URL: http://codereview.chromium.org/39296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11286 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserViewsky@google.com2009-03-094-7/+34
| | | | | | | | | | | | | | that created it, but if a tab contained a download shelf and was dragged to a new window the ResizeCorner would be referencing the wrong BrowserView. I've changed the code to look up the ancestor BrowserView as necessary. BUG=8477 TEST=see bug Review URL: http://codereview.chromium.org/41010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11285 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r10845 because it caused too many other regressions.pkasting@chromium.org2009-03-098-113/+49
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11284 0039d316-1c4b-4281-b951-d872f2087c98
* Remove compile warning on OSX if brandedjrg@chromium.org2009-03-091-2/+3
| | | | | | Review URL: http://codereview.chromium.org/40316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11283 0039d316-1c4b-4281-b951-d872f2087c98
* Remove lines having to do with transforms/3d since all of those tests ignoreddarin@chromium.org2009-03-091-12/+4
| | | | | | | | | | (see tests_ignored.txt). R=ben Review URL: http://codereview.chromium.org/40304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11282 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline two scroll bar layout tests. There are slight areas in the scroll ↵sidchat@google.com2009-03-095-4/+4
| | | | | | | | bar regions where the shading is off slightly, as found using GIMP. Review URL: http://codereview.chromium.org/40251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11281 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes regression in menus. Specifically selecting by way of press,sky@google.com2009-03-091-2/+3
| | | | | | | | | | | | drag then release was broken. It appears that TPM_RIGHTBUTTON disallows this behavior. BUG=8560 TEST=see bug Review URL: http://codereview.chromium.org/41006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11280 0039d316-1c4b-4281-b951-d872f2087c98
* BUG=8345hclam@chromium.org2009-03-094-14/+63
| | | | | | | | | | | | Added a PasswordManagerTableModelObserver to listen for row count change events. PasswordManagerView and PasswordManagerExceptionsView are listening to the event. Move the |instance_| variable from static global to the respective class to avoid future misuse of the variable. Review URL: http://codereview.chromium.org/39313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11279 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11277.jcampan@chromium.org2009-03-091-4/+33
| | | | | | | Reverting build bustage Review URL: http://codereview.chromium.org/40315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11278 0039d316-1c4b-4281-b951-d872f2087c98
* Removing Windows specific code from interstitial pages.jcampan@chromium.org2009-03-091-33/+4
| | | | | | | | BUG=None TEST=Navigate to bad https URL, make sure interstitial page still shows up and works as expected. Review URL: http://codereview.chromium.org/40311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11277 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky TimerTest.DelayTimer_Reset test.phajdan.jr@chromium.org2009-03-092-1/+8
| | | | | | | | | | Not filing a bug because timer test are difficult to make not-flaky on the buildbots. However, added comments to the code so that people who touch this area remember to run all tests. Review URL: http://codereview.chromium.org/40312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11276 0039d316-1c4b-4281-b951-d872f2087c98
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-0925-69/+427
| | | | | | | | | | | | | | | MessageEvent object to the onmessage handler. Also adding support for origin and target parameters. The origin parameter is implicit but target can be specified when calling postMessage. If no target is specified we default to "*". At the moment I'm only allowing target == "*" messages to pass through since I haven't implemented support for matching more complicated patterns :) Review URL: http://codereview.chromium.org/40128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11275 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes issue 8435 (http://code.google.com/p/chromium/issues/detail?id=8435)munjal@chromium.org2009-03-091-0/+3
| | | | | | Review URL: http://codereview.chromium.org/39303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11274 0039d316-1c4b-4281-b951-d872f2087c98
* Gyp config updates to fix some Linux build errors.mmoss@chromium.org2009-03-091-12/+14
| | | | | | | | | Far from complete but sending early to sync with others. Review URL: http://codereview.chromium.org/40258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11273 0039d316-1c4b-4281-b951-d872f2087c98
* Fix my first layout test! The expected and actual results were two ↵jparent@chromium.org2009-03-092-32/+30
| | | | | | | | different representations of the same visual position. Specifically, the expected results were looking for the deep position, but the actual results were a shallow position. This is from a webkit change (http://trac.webkit.org/changeset/39831) where appendTrailingWhitespace was changed to stop modifying the live selection to use the deepEquivalent of the end position, thus leaving it in the shallow position. Review URL: http://codereview.chromium.org/39306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11272 0039d316-1c4b-4281-b951-d872f2087c98
* Implement right click context menu on gtk.estade@chromium.org2009-03-098-19/+220
| | | | | | Review URL: http://codereview.chromium.org/40266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11271 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment describing how Linux falls back to Windows results. Don't addpam@chromium.org2009-03-091-2/+15
| | | | | | | | | | | 'chromium' to expected-result search path if it's already there, and don't fall back to chromium-win results if it's not a Chromium platform. BUG=none TEST=none Review URL: http://codereview.chromium.org/39310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11270 0039d316-1c4b-4281-b951-d872f2087c98