summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes bad code in WaitForProcessLauncherThreadToGoIdleObserver.sky@chromium.org2011-03-042-0/+23
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6626015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76984 0039d316-1c4b-4281-b951-d872f2087c98
* Use https instead of http for software renderling list auto update URL.zmo@google.com2011-03-042-4/+2
| | | | | | | | | | | | Turn the auto update on. BUG=68802 TEST=cross-fingers-and-pray TBR=vangelis@chromium.org Review URL: http://codereview.chromium.org/6626029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76983 0039d316-1c4b-4281-b951-d872f2087c98
* ui_tests: use proper API for getting tab titleevan@chromium.org2011-03-046-45/+43
| | | | | | | | | | | | | | To get the title actually shown by a tab, call the function that we use for computing the tab text. (Sometimes it returns title() and sometimes it computes something more complex.) This is identical to r76841 but for a different testing framework. :\ BUG=this actually fixes the ancient Google-internal bug 634097(!) Review URL: http://codereview.chromium.org/6632006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76982 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76088 - Fix extra focus glow for the omnibox on Mac OS X Lion.avi@chromium.org2011-03-041-7/+1
| | | | | | | | | | | | BUG=74052, 74955 TEST=as in bug Review URL: http://codereview.chromium.org/6598005 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/6625024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76981 0039d316-1c4b-4281-b951-d872f2087c98
* Build WebKit Full Screen API. Support is disabled by default; enable with ↵ddorwin@chromium.org2011-03-048-5/+19
| | | | | | | | | | | | | | | | --enable-fullscreen. Commit after WK bug 44797 (r79774). Fullscreen tests are temporarily until expectations can be updated. (Deleted test video-play-suspend.html is removed from test_expectations to fix lint errors.) BUG=16735 TEST=fullscreen layout tests Review URL: http://codereview.chromium.org/6627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76979 0039d316-1c4b-4281-b951-d872f2087c98
* Disable this test temporarily. http://crbug.com/74971ben@chromium.org2011-03-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76977 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Apply CrTrackingArea to the two other places where we get ↵rsesek@chromium.org2011-03-047-9/+79
| | | | | | | | | | | |-mouseMoved:| zombie messages. BUG=48709 TEST=Crash report numbers. Review URL: http://codereview.chromium.org/6612025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76976 0039d316-1c4b-4281-b951-d872f2087c98
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-0420-61/+304
| | | | | | | | | | | | | | | | | | Input events: * Client will not send them * Host will not process them Control events: * Client will only process BeginSessionResponse * Host will only process BeginSessionRequest All other control messages will be ignored. BUG=72466 TEST=manual+tests Review URL: http://codereview.chromium.org/6594138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76974 0039d316-1c4b-4281-b951-d872f2087c98
* Reorder some functions in ExtensionPrefs to keep related methods together.asargent@chromium.org2011-03-042-25/+25
| | | | | | | | | | | | | | Looks like the GetGrantedPermissions/AddGrantedPermissions methods were accidentally put in the middle of some of the *PingDay group of methods. BUG=none TEST=none TBR=jstritar Review URL: http://codereview.chromium.org/6627023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76973 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 80364:80370.tonyg@chromium.org2011-03-041-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6623024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76972 0039d316-1c4b-4281-b951-d872f2087c98
* Move preliminary gpu info collection and software rendering flags ↵zmo@google.com2011-03-048-46/+65
| | | | | | | | | | | computation to browser startup time. This allows us to handle each feature independently through appending renderer process commandline switches (in most cases but not all, because this preliminary run only collects partial gpu info). BUG=none TEST=unittest Review URL: http://codereview.chromium.org/6588138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76971 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in utility process when running chrome with --no-sandbox.mpcomplete@chromium.org2011-03-041-0/+2
| | | | | | | | | BUG=74114 TEST=Run chrome with --no-sandbox, install an extension. It should succeed. Review URL: http://codereview.chromium.org/6615026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76970 0039d316-1c4b-4281-b951-d872f2087c98
* Give a helpful warning message if a url patern contains a port.skerner@chromium.org2011-03-0448-181/+629
| | | | | | | | | BUG=32160 TEST=ExtensionURLPatternTest.Ports,ExtensionManifestTest.* Review URL: http://codereview.chromium.org/2835034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76967 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-0411-14/+155
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6624020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76964 0039d316-1c4b-4281-b951-d872f2087c98
* Two things:ben@chromium.org2011-03-0410-281/+210
| | | | | | | | | | | | - simplify root view sizing. - move focus manager creation/management to Widget BUG=72040 TEST=existing unittests Review URL: http://codereview.chromium.org/6609026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76963 0039d316-1c4b-4281-b951-d872f2087c98
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-0491-158/+142
| | | | | | | | | BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6609008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76962 0039d316-1c4b-4281-b951-d872f2087c98
* Rename BrowserFrameGtk::Init to BFG::InitBrowserFrame.thakis@chromium.org2011-03-046-10/+10
| | | | | | | | | | | | This makes it clear it's not an intended override of WidgetGtk::Init. BUG=70465,72205 TEST=none TBR=sky Review URL: http://codereview.chromium.org/6624027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76961 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a DCHECK from TabposeWindow.rsesek@chromium.org2011-03-041-2/+4
| | | | | | | | | BUG=none TEST=Run a debug build and open tabpose. Don't hit a DCHECK. Review URL: http://codereview.chromium.org/6623020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76960 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 76952 - Retry profile menu model change and clang fixes.aa@chromium.org2011-03-045-97/+1
| | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632003 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6624029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76959 0039d316-1c4b-4281-b951-d872f2087c98
* AsyncDoAutomaticFreeDiskSpaceControl API introducedglotov@google.com2011-03-045-9/+41
| | | | | | | | | | | and invoked on the login view for the first time. BUG=chromium-os:12713 TEST=manual Review URL: http://codereview.chromium.org/6610016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76958 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the extension dependency in ResourceDispatcher by calling out to ↵jam@chromium.org2011-03-0417-95/+42
| | | | | | | | a webkit_glue function that can update the peer. No point sending the boolean flag from the browser since the same check is done in the renderer. Review URL: http://codereview.chromium.org/6628006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76957 0039d316-1c4b-4281-b951-d872f2087c98
* Add FilePath to the gdb pretty printers.tony@chromium.org2011-03-041-5/+17
| | | | | | Review URL: http://codereview.chromium.org/6621017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76956 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Add 'Events' tab to chrome://sync-internalsakalin@chromium.org2011-03-044-138/+238
| | | | | | | | | | | | | The new 'Events' tab displays sync events as they occur. Tidied up sync_log.js and data.html. BUG=69500 TEST= Review URL: http://codereview.chromium.org/6612034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76955 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Always stop the preview job worker and handle the case where ↵thestig@chromium.org2011-03-041-24/+23
| | | | | | | | | | the preview tab goes away. BUG=none TEST=Open a large document, print preview it, and close the preview tab before the PDF renders. Review URL: http://codereview.chromium.org/6576057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76954 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-047-15/+15
| | | | | | | | | | BUG=70465,72205 TEST=none TBR=ben Review URL: http://codereview.chromium.org/6624011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76953 0039d316-1c4b-4281-b951-d872f2087c98
* Retry profile menu model change and clang fixes.mirandac@chromium.org2011-03-045-1/+97
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76952 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on flag for Linux, too.scottbyer@chromium.org2011-03-041-4/+4
| | | | | | | | | BUG=none TEST=check about:flags on Linux for Enable Cloud Print Proxy. Review URL: http://codereview.chromium.org/6624021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76951 0039d316-1c4b-4281-b951-d872f2087c98
* Load url if appcache exists in offline mode.oshima@google.com2011-03-046-207/+76
| | | | | | | | | | | Remove OfflineLoadService as it's no longer important. BUG=chromium-os:9559, chromium-os:12370 TEST=see the bug. Review URL: http://codereview.chromium.org/6604015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76950 0039d316-1c4b-4281-b951-d872f2087c98
* Enable filesystem: URIs by default and remove enabling switch.adamk@chromium.org2011-03-043-7/+1
| | | | | | | | | | | | The filesystem: generation and resolution methods have now been added to WebKit, so Chrome should be able to load those URIs. BUG=74858 TEST=none Review URL: http://codereview.chromium.org/6612032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76949 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the URL pointed to clear browsing data shortcut in shortcuts pyauto ↵sunandt@chromium.org2011-03-041-1/+1
| | | | | | | | | | | | test. BUG=none TEST=none Review URL: http://codereview.chromium.org/6624005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76948 0039d316-1c4b-4281-b951-d872f2087c98
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-045-26/+25
| | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6624025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76947 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up media/base/clock.cc,hscherkus@chromium.org2011-03-042-10/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6624022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76946 0039d316-1c4b-4281-b951-d872f2087c98
* Add a function to get the processor architecture. I will be using this in ↵pkasting@chromium.org2011-03-046-17/+41
| | | | | | | | | | | | the user agent construction code. Also cleans up a few nearby things. BUG=none TEST=none Review URL: http://codereview.chromium.org/6632002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76945 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 80351:80364 and cleanup layout test expectations.tonyg@chromium.org2011-03-042-4/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6628017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76944 0039d316-1c4b-4281-b951-d872f2087c98
* Mute ALSA audio completelydavej@chromium.org2011-03-041-4/+15
| | | | | | | | | | | The PCM control is needed to mute audio completely, but it is not available until at least one pcm stream is opened. This fix just opens and closes a pcm stream before gathering information about which mixer controls are available. BUG=chromium-os:12151 TEST=Manual, play audio then mute. No audio should be heard through headphones. Review URL: http://codereview.chromium.org/6591095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76943 0039d316-1c4b-4281-b951-d872f2087c98
* gdb: print GURLs as stringsevan@chromium.org2011-03-041-1/+7
| | | | | | | | | | | | | | | | | | | | This makes a struct with a GURL in it display as a single line in gdb, e.g.: $1 = { x_ = 123, url_ = "file:///foo/bar" } As always, you can print the full GURL with all of the components using the "p/r" command: (gdb) p/r obj->url_ $1 = { (parsed field offsets dump out here for 20 lines) } Review URL: http://codereview.chromium.org/6627015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76942 0039d316-1c4b-4281-b951-d872f2087c98
* Extension ids are ASCII.evan@chromium.org2011-03-047-12/+13
| | | | | | | | This is preliminary cleanup for a larger change. Review URL: http://codereview.chromium.org/6613032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76941 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, change O3D's DEPS on Chromium's breakpad code again. :( The current ↵tschmelcher@chromium.org2011-03-041-1/+1
| | | | | | | | | | | trunk revision requires newer revisions of other Chromium code for Mac and Linux, so the bump broke those builds. Updating all the dependencies is too hairy, so instead decrease the breakpad revision to the latest version that works for all platforms. TEST=built on Windows, Mac, and Linux BUG=none Review URL: http://codereview.chromium.org/6626005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76940 0039d316-1c4b-4281-b951-d872f2087c98
* Don't translate dirty rectangles in Mac capturer.lambroslambrou@chromium.org2011-03-041-4/+1
| | | | | | | | | BUG=74809 TEST=Follow repro steps in bug report Review URL: http://codereview.chromium.org/6631003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76939 0039d316-1c4b-4281-b951-d872f2087c98
* Remove border and shrink heading of network error page when in a subframe.mmenke@chromium.org2011-03-041-10/+44
| | | | | | | | | BUG=74726 TEST=manual Review URL: http://codereview.chromium.org/6588133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76936 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up layout test expectations.tonyg@chromium.org2011-03-041-3/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76935 0039d316-1c4b-4281-b951-d872f2087c98
* While enumerating plugins under the MozillaPlugins registry key, we should ↵ananta@chromium.org2011-03-043-3/+63
| | | | | | | | | | | | | | | | | | ignore 64 bit plugins. We validate whether a plugin is a 32 bit dll by reading its PE image. This fixes bug http://code.google.com/p/chromium/issues/detail?id=73032 Added support for the win32 version of the MemoryMappedFile helper class in base to map a file as an image section. BUG=73032 TEST=As described in the bug at this point. Review URL: http://codereview.chromium.org/6611028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76934 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes the wording on the killed tab.gspencer@chromium.org2011-03-041-1/+1
| | | | | | | | | BUG=72024 TEST=ran with new resources, killed a tab and read new wording. Review URL: http://codereview.chromium.org/6603025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76933 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome changes to move ConenctionType, etc fome chromeos_network to ↵stevenjb@google.com2011-03-042-7/+138
| | | | | | | | | | | | | network_library. See http://codereview.chromium.org/6606024/ BUG=chromium-os:12681 TEST=See issue. Review URL: http://codereview.chromium.org/6602104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76932 0039d316-1c4b-4281-b951-d872f2087c98
* Convert worker, speech_input, and utility messages to use the new macros, ↵tsepez@chromium.org2011-03-0410-661/+341
| | | | | | | | eliminating the need for hand coded traits. Review URL: http://codereview.chromium.org/6610026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76931 0039d316-1c4b-4281-b951-d872f2087c98
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-0424-89/+371
| | | | | | | | | | | | | | | As part of this, I had to move the chunked encoding part from UploadData::Element::SetChunk to HttpStreamParser::DoSendBody as SPDY doesn't have this encoded format and UploadData needs to serve both. BUG=none TEST=net_unittests (2 new tests added) Committed and rolled back: http://src.chromium.org/viewvc/chrome?view=rev&revision=76892 Review URL: http://codereview.chromium.org/6292013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76930 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 80340:80351.tonyg@chromium.org2011-03-042-1/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6632001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76929 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks ChromeURLDataManager comments.sky@chromium.org2011-03-041-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6624019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76928 0039d316-1c4b-4281-b951-d872f2087c98
* Disable Chrome Frame net tests temporarily. There are least two DCHECKS that ↵robertshield@chromium.org2011-03-041-9/+18
| | | | | | | | | | | | | | | get triggered running locally and the tests appear to fail on related changes. Also, they are not instantiating an AtExitManager early enough, so the call to chrome::RegisterPathProvider() may fail. This might have been reordered into a working state in some builds. Also, fix a call into profile code before registering certain needed preferences which causes a DCHECK. BUG=None TEST=None Review URL: http://codereview.chromium.org/6627009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76927 0039d316-1c4b-4281-b951-d872f2087c98
* Post a task to log the error messages.backer@chromium.org2011-03-043-19/+28
| | | | | | | | | | | | X error handlers cannot safely make X calls inside the error handler. To provide more meaningful error messages, it is necessary to query the X server. This patch changes the X error handlers to post a task to decode and log the error message. This has a disadvantage of clearing the call stack, but given that most X calls are processed asynchronously, the call stack typically isn't meaningful. BUG=64819 TEST=by hand on Linux Review URL: http://codereview.chromium.org/6623014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76926 0039d316-1c4b-4281-b951-d872f2087c98