summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add back accidentally removed expected failure.dglazkov@chromium.org2009-08-261-0/+1
| | | | | | | | | | TBR=scherkus BUG=16779 TEST=none Review URL: http://codereview.chromium.org/173478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24450 0039d316-1c4b-4281-b951-d872f2087c98
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-267-35/+198
| | | | | | | | | TEST=Covered by net_unittests. http://crbug.com/20112 Review URL: http://codereview.chromium.org/173270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24449 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding with v8 fix.mbelshe@google.com2009-08-265-13/+119
| | | | | | | | | | | | | | | Modify the RenderThread to track the number of widgets and "hidden widgets" which are running through that thread. By knowing the if the widgets are all hidden, the thread can accurately inform V8 when it is idle so that V8 can better cleanup unused memory when idle. BUG=none TEST=none Review URL: http://codereview.chromium.org/173466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24448 0039d316-1c4b-4281-b951-d872f2087c98
* Group and triage HTML5 media layout testsdglazkov@chromium.org2009-08-261-91/+82
| | | | | | | | | | R=scherkus TEST=none BUG=16779 Review URL: http://codereview.chromium.org/173381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24447 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-268-155/+128
| | | | | | | | | | | | | | | | We need to wait for correct number of navigations when going back or forward to the LinkDoctor page. Re-enable previously disabled tests and remove the now-duplicate browser test. The test is still not very solid, because the LinkDoctor should be mocked. TEST=Covered by ui_tests. http://crbug.com/19361, http://crbug.com/19395 Review URL: http://codereview.chromium.org/174396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24446 0039d316-1c4b-4281-b951-d872f2087c98
* Filled out the manifest page. Transferred info from dev.chromium.orgkathyw@google.com2009-08-264-3/+237
| | | | | | | | | into a new NPAPI page. TBR=aa Review URL: http://codereview.chromium.org/174526 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24445 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 19081: Linux: Not able to switch input method correctly in web ↵suzhe@chromium.org2009-08-263-18/+55
| | | | | | | | | | | | | | page using SCIM This CL fixes issue 19081 by setting im context's client window when host view's native widget is realized rather than focused in. When setting im context's client window, GtkIMMulticontext will destroy and recreate its slave im context, which will cause this issue. BUG=19081: Linux: Not able to switch input method correctly in web page using SCIM TEST=Export GTK_IM_MODULE=scim then open chrome, open www.google.com and place cursor in search box, hit ctrl-space to open SCIM then click scim bar or tray icon and select another input method, then check if input method was switched correct. Review URL: http://codereview.chromium.org/174217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24442 0039d316-1c4b-4281-b951-d872f2087c98
* Cache GTMTheme across windows to avoid re-creating it every time we create a ↵pinkerton@chromium.org2009-08-263-10/+24
| | | | | | | | | | new window. Cache gradient to avoid re-creating it every time we draw a button cell. BUG=none TEST=switch themes, ensure it works. Make sure buttons draw correctly. Review URL: http://codereview.chromium.org/173445 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24441 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Sanitize objects being serialized so that prototype.js did not ↵pfeldman@chromium.org2009-08-261-2/+21
| | | | | | | | | | affect JSON.stringify. BUG=19850 Review URL: http://codereview.chromium.org/160098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24440 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.8.1.ager@chromium.org2009-08-261-1/+1
| | | | | | | | | | | | | The only change is to not shrink new space on compacting GCs but only on idle notifications. Shrinking new space on all compactions regressed the morejs page cycler and SunSpider and it is not obvious that it is a good thing to do. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/173472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24438 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.8.ager@chromium.org2009-08-261-1/+1
| | | | | | | | | | | This version contains a fix for crashes that happened if we got idle notifications before V8 was set up. TEST=none BUG=20209 Review URL: http://codereview.chromium.org/173467 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24437 0039d316-1c4b-4281-b951-d872f2087c98
* Moving configuration platform to always be present, as that is requiredbradnelson@chromium.org2009-08-261-3/+3
| | | | | | | | | | | | in order for each configuration to get fully populated in configuration manager. BUG=None TEST=None Review URL: http://codereview.chromium.org/174483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24436 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 47759:47770.levin@chromium.org2009-08-262-1/+6
| | | | | | | | | TEST=None BUG=None Review URL: http://codereview.chromium.org/173459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24435 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/text/stroking.html for Windowsukai@chromium.org2009-08-264-3/+20
| | | | | | | | | | | | This and LayoutTests/fast/text/stroking-decorations.html were fixed in WebKit 47748. BUG=20130 TEST=none Review URL: http://codereview.chromium.org/174510 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24433 0039d316-1c4b-4281-b951-d872f2087c98
* One more deferred load fix. The ResourceDispatcher on receiving a message ↵ananta@chromium.org2009-08-261-1/+10
| | | | | | | | | | | | | | | | checks whether there are pending requests for the corresponding request id and if yes dispatches those first. However the request can get deferred in this context and hence the new message needs to be queued up. Fixes bug http://code.google.com/p/chromium/issues/detail?id=19393 This fixes an issue where flash videos on youtube would not work correctly at times. Bug=19393 Review URL: http://codereview.chromium.org/174499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24432 0039d316-1c4b-4281-b951-d872f2087c98
* Remove bad expectation for LayoutTests/fast/text/stroking.htmlukai@chromium.org2009-08-262-1/+0
| | | | | | | | | BUG=20130 TEST=none Review URL: http://codereview.chromium.org/174506 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24431 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Linux Extensions Install Prompt"rafaelw@google.com2009-08-263-149/+1
| | | | | | | | | | | This reverts 24426 TBR=yutak Review URL: http://codereview.chromium.org/173460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24429 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Extensions Install Promptrafaelw@google.com2009-08-263-1/+149
| | | | | | | | | BUG=19653 Review URL: http://codereview.chromium.org/174462 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24426 0039d316-1c4b-4281-b951-d872f2087c98
* Output format change to allow longer durations.fbarchard@chromium.org2009-08-261-1/+1
| | | | | | | | | BUG=20289 TEST=run media_bench on sonyh2.ogv. formatting looks bad Review URL: http://codereview.chromium.org/173455 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24425 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a new reliability crash to known_crashes.txt.yutak@chromium.org2009-08-261-0/+3
| | | | | | | | | BUG=20291 TBR=huanr TEST=none Review URL: http://codereview.chromium.org/173457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24424 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Issue 19689: Command line URL parameter does not support Chinese.suzhe@chromium.org2009-08-262-9/+16
| | | | | | | | | | | | | | | | This CL fixes issue 19689 by handling command line values with native encoding on non-Windows systems. For Linux, native encoding specified in current locale is used. For Mac, UTF-8 will always be used. This CL only changes command line values and program name to use native encoding, command line switches still use ASCII. BUG=19689: Command line URL parameter does not support Chinese TEST=Execute chrome with "http://www.google.com/search?q=中文" to see if this url can be opened successfully. Review URL: http://codereview.chromium.org/174139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24423 0039d316-1c4b-4281-b951-d872f2087c98
* Improves key event handing code of BrowserWindowGtk.suzhe@chromium.org2009-08-263-97/+28
| | | | | | | | | | | This CL improves the key event handing code of BrowserWindowGtk. Issue 20118 is also fixed. BUG=20118: Typing a colon (:) into the address bar causes the browser to freeze TEST=Run chrome with a XIM input method, chrome and x server's cpu usage shall be very low after pressing shift key (or any other modifier key) in omnibox. Review URL: http://codereview.chromium.org/173344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24422 0039d316-1c4b-4281-b951-d872f2087c98
* Revert my download item change.estade@chromium.org2009-08-262-20/+3
| | | | | | | | Turns out download item views need to be destroyed before the associated download item is destroyed. Review URL: http://codereview.chromium.org/173456 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24421 0039d316-1c4b-4281-b951-d872f2087c98
* Couple of tweaks to ui_controls_linux:sky@chromium.org2009-08-264-13/+77
| | | | | | | | | | | | | | | | | | . Moves listening from DidProcess to WillProcess. This is necessitated by the bookmark bar (chrome menu) tests that spawn a nested run loop, which results in DidProcess not getting sent and the test wedging. This brings the code closer in line with Windows. . If there is a mouse/keyboard grab, mouse/keyboard events are sent to the grabbed widget. . Deals with a NULL widget for sending keyboard events (tries to find focused widget). BUG=none TEST=none Review URL: http://codereview.chromium.org/173392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24420 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 24372 - Delay request loading until all user scripts that request ↵nick@chromium.org2009-08-268-580/+3
| | | | | | | | | | | | | | | depends on are ready. BUG=11547 TEST=See bug. Review URL: http://codereview.chromium.org/173239 TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/174501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24419 0039d316-1c4b-4281-b951-d872f2087c98
* Turn tips on by default, and turn off tip loading during UI testing.mirandac@chromium.org2009-08-266-10/+7
| | | | | | | | | BUG= none TEST= none Review URL: http://codereview.chromium.org/173444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24418 0039d316-1c4b-4281-b951-d872f2087c98
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-2611-62/+205
| | | | | | | | | | | Although we represent time internally starting from 1601, there are still things like time explosion that will not work before the year 1900. This limitation is the same as it was previously. BUG=14734 Review URL: http://codereview.chromium.org/173296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24417 0039d316-1c4b-4281-b951-d872f2087c98
* Move the compact navigation bar to the chromeos directory.brettw@chromium.org2009-08-264-15/+11
| | | | | | | Generalize the chromeos rules so we don't have to list every file in the exclusions. Review URL: http://codereview.chromium.org/174446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24416 0039d316-1c4b-4281-b951-d872f2087c98
* Created new build target for opengl command buffer service, fixed various ↵petersont@google.com2009-08-2622-131/+923
| | | | | | | | bugs in opengl command buffers service code until unit tests passed on windows. Review URL: http://codereview.chromium.org/165279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24415 0039d316-1c4b-4281-b951-d872f2087c98
* Make the task manager use the native default faviconestade@chromium.org2009-08-261-0/+10
| | | | | | | | | BUG=13320 Review URL: http://codereview.chromium.org/173432 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24414 0039d316-1c4b-4281-b951-d872f2087c98
* Don't DCHECK when removing items from the download shelf.estade@chromium.org2009-08-262-2/+19
| | | | | | | | BUG=20186 Review URL: http://codereview.chromium.org/173407 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24413 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-266-6/+170
| | | | | | | | | | | Added unit tests for the above functionality plus the do not save cookies functionality. BUG=http://crbug.com/10961 TEST=Added unit tests for this. Also, this isn't yet called from the rest of the code. Review URL: http://codereview.chromium.org/173206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24412 0039d316-1c4b-4281-b951-d872f2087c98
* Implement WebPluginDelegateProxy::BackgroundChanged for Mac.stuartmorgan@chromium.org2009-08-261-33/+71
| | | | | | | | | | | Shares as much as possible with the Linux implementation. Adjusts the bounds-checking done on Linux to correctly handle cases where the damage rect isn't left-aligned. BUG=18193 TEST=Transparent plugins should still repaint when changed. Review URL: http://codereview.chromium.org/173427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24411 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce accesskeys for Chrome menus.mhm@chromium.org2009-08-2613-0/+58
| | | | | | | | | | | Added ALT+E for Chrome Page Menu Added ALT+F for Chrome App Menu BUG=906 (http://crbug.com/906) TEST=Triggered ALT+A and ALT+P from the keyboard which successfully opened the corresponding menu. Review URL: http://codereview.chromium.org/174044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24410 0039d316-1c4b-4281-b951-d872f2087c98
* Add dummy implementation for newly added localized string in WebKit. This is ↵jianli@chromium.org2009-08-261-0/+18
| | | | | | | | | | | to fix compiling errors in incoming WebKit merge. BUG=none TEST=none Review URL: http://codereview.chromium.org/174496 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24408 0039d316-1c4b-4281-b951-d872f2087c98
* plugins: unfork WebPluginDelegateImpl between linux/winevan@chromium.org2009-08-266-1515/+51
| | | | | | | | | | | | | | | | | | | | | | Algorithm: - copy win to shared - for each diff between shared and lin, delete/refactor shared - for each diff between shared and lin, delete in lin - for each diff between shared and win, delete in win The change should be mostly deletes. Please verify that I didn't change any behavior on Windows or GTK. Note: coincidentally, this change also fixes a bug that we've seen on Linux that was fixed in the Windows version of the file. I only noticed it because the Windows/Linux files differed, but after this unforking the change is now in the shared code. Mac shouldn't be too hard to do too. Review URL: http://codereview.chromium.org/174479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24404 0039d316-1c4b-4281-b951-d872f2087c98
* Fork webplugin_delegate_impl.cc in anticipation of remerging.evan@chromium.org2009-08-261-0/+1337
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24400 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 24385.mirandac@chromium.org2009-08-264-4/+4
| | | | | | Review URL: http://codereview.chromium.org/173443 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24399 0039d316-1c4b-4281-b951-d872f2087c98
* Fix cases that initialized StringTokenizer with a temporary.mattm@chromium.org2009-08-263-4/+18
| | | | | | | | | | | Fix examples in StringTokenizer header that recommended doing that. BUG=none TEST=on linux, open options, click proxy configuration button a bunch. It should not fail intermittently. Review URL: http://codereview.chromium.org/174490 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24398 0039d316-1c4b-4281-b951-d872f2087c98
* linux: test plugin for appropriate architecture before loadingevan@chromium.org2009-08-261-0/+44
| | | | | | | | | | | | We'd like to print any dlopen() errors, but opening a 32-bit plugin on a 64-bit system is an avoidable one. This also filters out any Firefox-specific .xpis that may happen to be in the plugin directory. TEST=about:plugins shows same plugins as before, but with less console spew Review URL: http://codereview.chromium.org/174487 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24397 0039d316-1c4b-4281-b951-d872f2087c98
* Added a compiler flag to include precompile.h on command line in core on ↵petersont@google.com2009-08-261-0/+1
| | | | | | | | unix builds. Review URL: http://codereview.chromium.org/174485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24389 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression issue 20066.suzhe@chromium.org2009-08-261-3/+14
| | | | | | | | | | | This CL fixes issue 20066, a regression issue caused by a change in CL 172041. BUG=20066: Regression: search keywords search with default search engine only. TEST=Assuming 'y' is associated to a search engine, type "y abc" in omnibox and press enter shall search abc with the search engine associated to 'y'. Review URL: http://codereview.chromium.org/173332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24388 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 47748:47759.jianli@chromium.org2009-08-262-13/+28
| | | | | | | | | BUG=20265 TEST=none Review URL: http://codereview.chromium.org/173424 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24386 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on tips by default.mirandac@chromium.org2009-08-264-4/+4
| | | | | | | | | BUG= none TEST= none Review URL: http://codereview.chromium.org/173371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24385 0039d316-1c4b-4281-b951-d872f2087c98
* Add single line of tips to NNTP.mirandac@chromium.org2009-08-2614-122/+202
| | | | | | | | | BUG= http://crbug.com/19162 TEST= Start browser with NNTP, note line of tips at bottom. Review URL: http://codereview.chromium.org/173087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24384 0039d316-1c4b-4281-b951-d872f2087c98
* fix run_webkit_tests --new-baseline to specify the PlatformName() dir.dpranke@google.com2009-08-261-2/+5
| | | | | | | | | | BUG=none TEST=none R=dglaskov@chromium.org Review URL: http://codereview.chromium.org/174373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24383 0039d316-1c4b-4281-b951-d872f2087c98
* Update an incccurate comment in test_expectations. This test has failed ↵jparent@chromium.org2009-08-261-2/+1
| | | | | | | | | | | since it was checked in upstream, it wasn't an upstream rebaseline. BUG=none TEST=none Review URL: http://codereview.chromium.org/173435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24380 0039d316-1c4b-4281-b951-d872f2087c98
* Moving NetTestSuite to a header file for reuse.tommi@chromium.org2009-08-262-36/+53
| | | | | | | | I'm also factoring initialization of the NetTestSuite instance to a separate method so that per NetTestSuite instance initialization can be done separate of TestSuite::Initialize() (which does global initialization). Review URL: http://codereview.chromium.org/174438 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24379 0039d316-1c4b-4281-b951-d872f2087c98
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ↵thestig@chromium.org2009-08-267-70/+123
| | | | | | | | | | | | | support. (Try 2) TEST=none BUG=19663 Original Review URL: http://codereview.chromium.org/173095 Review URL: http://codereview.chromium.org/173397 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24378 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment in PrintWebViewHelper::Print().maruel@chromium.org2009-08-261-0/+7
| | | | | | | | | | The use of DidFinishPrinting(user_cancelled_print) at the end of PrintWebViewHelper::Print() is confusing without a comment. TEST=none BUG=none Review URL: http://codereview.chromium.org/173368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24376 0039d316-1c4b-4281-b951-d872f2087c98