summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not show network settings menu option for login.chocobo@chromium.org2010-03-101-2/+4
| | | | | | | | BUG=1683 TEST=none Review URL: http://codereview.chromium.org/793001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41174 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the remove button in the history page when no entries are checked.arv@chromium.org2010-03-101-33/+54
| | | | | | | | | | | This also fixes a bug where we could end up with two sets of buttons after a reload. BUG=37804 TEST=Go into edit mode and select and deselect a bunch of entries. The disabled state of the remove button should be in sync. Review URL: http://codereview.chromium.org/815001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41172 0039d316-1c4b-4281-b951-d872f2087c98
* Modify WidgetWin::Init() such that it doesn't create the FocusManager if the ↵marshall@chromium.org2010-03-101-2/+5
| | | | | | | | | | | | window is style WS_CHILD and parented to the desktop. We intentionally set the parent to the desktop window to remove it from the FocusManager hierarchy while the window is hidden. BUG=37698 TEST=NONE Was: http://codereview.chromium.org/812004 Review URL: http://codereview.chromium.org/790005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41171 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-106-41/+122
| | | | | | | | | Add npn-spdy fallback support. Update protocol from spdy=>npn-spdy. Don't process Alternate-Protocol unless it we enabled NPN. Review URL: http://codereview.chromium.org/763001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41169 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests which are affected by the change of buttons' paddingshamaji@chromium.org2010-03-107-183/+179
| | | | | | | | | | | | | Note that form-element-geometry started failing as a crash bug but it seems to be sane now. Other 3 tests need investigation in BUG29748. BUG=1437,29748 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41168 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: allow drags on bookmark menu folder nodes.estade@chromium.org2010-03-102-15/+52
| | | | | | | | | | | Note that the folder menu can't be showing its submenu when the user starts the drag. Since the submenu shows automatically, the user actually has to click once to get rid of it before starting the drag. BUG=30066 TEST=put a folder node in the other bookmarks folder. Drag it out of the other bookmarks folder and onto the bookmarks bar. Review URL: http://codereview.chromium.org/799004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41166 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Gratuitous fullscreen animation.thakis@chromium.org2010-03-101-0/+18
| | | | | | | | | BUG=19791 TEST=Hit cmd-shift-f. Drool. Review URL: http://codereview.chromium.org/661045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41165 0039d316-1c4b-4281-b951-d872f2087c98
* Fix warning that is now an error.craig.schlenter@chromium.org2010-03-101-2/+1
| | | | | | | | C:\b\slave\chromium-rel-xp\build\src\sandbox\src\sandbox.cc(16) : warning C4010: single-line comment contains line-continuation character Review URL: http://codereview.chromium.org/788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41164 0039d316-1c4b-4281-b951-d872f2087c98
* Corrected the mismatch between the dimensions of vectors and matrices. The ↵alokp@chromium.org2010-03-103-5/+5
| | | | | | | | binary operations between vectors and matrices require that the dimensions match. Review URL: http://codereview.chromium.org/766001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41163 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectations of hindi-spacing.html for win-xphamaji@chromium.org2010-03-102-1/+0
| | | | | | | | | | | | It seems the results for chromium-win agree with chromium-win-xp. BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/819002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41162 0039d316-1c4b-4281-b951-d872f2087c98
* Make sandbox code compile as "chromium_code".craig.schlenter@chromium.org2010-03-102-2/+6
| | | | | | | | | | | | | | | | This sets up useful flags like -Wall -Werror etc. Also squash a compiler warning: sandbox/linux/suid/process_util_linux.c: In function ‘AdjustOOMScore’: sandbox/linux/suid/process_util_linux.c:25: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘pid_t’ BUG=none TEST=try-servers Review URL: http://codereview.chromium.org/733001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41161 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flag to the installer that prevents the Add/Remove Programs uninstall ↵robertshield@chromium.org2010-03-106-40/+66
| | | | | | | | | | | shortcut from being created. BUG=19370 TEST=Chrome installs without creating an uninstall shortcut. Nothing else drops off. Review URL: http://codereview.chromium.org/661009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41160 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, ↵pinkerton@chromium.org2010-03-1018-766/+359
| | | | | | | | | | | | sharing IPC and some rendering code with the GPU Plugin. The drawing model negotiation is currently disabled so this should have no visible impact to plugins. BUG=32012 TEST=make sure the pepper GPU plugins still work. Review URL: http://codereview.chromium.org/673001 TBR=pinkerton@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41159 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ↵pinkerton@chromium.org2010-03-1018-359/+766
| | | | | | | | | | rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. Review URL: http://codereview.chromium.org/673001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41158 0039d316-1c4b-4281-b951-d872f2087c98
* Add test expectations I accidentally removed in the previous commit.hamaji@chromium.org2010-03-102-0/+79
| | | | | | | | | | | | | It seems this happened due to a bug in the rebaseline tool. I've reported this issue. BUG=none TEST=trybots TBR=michaeln Review URL: http://codereview.chromium.org/807003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41157 0039d316-1c4b-4281-b951-d872f2087c98
* Split Dromaeo test per suite.antonm@google.com2010-03-101-10/+24
| | | | | | | | | | BUG=37239 TBR=chase@chromium.org Review URL: http://codereview.chromium.org/822001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41156 0039d316-1c4b-4281-b951-d872f2087c98
* Experimental fix for 10.6 SDK builds: convert to weak dependecy on the ↵joth@chromium.org2010-03-101-38/+30
| | | | | | | | | | | kCWScanKeyMerge BUG=http://crbug.com/37703 TEST={build on 10.5 & 10.6 } x {run browser on 10.5 & 10.6 } Review URL: http://codereview.chromium.org/691005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41155 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.1.3.ager@chromium.org2010-03-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/795004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41154 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run EventSys.Multithreaded under TSantimurrrr@chromium.org2010-03-101-0/+2
| | | | | | | BUT=37839 Review URL: http://codereview.chromium.org/789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41153 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-03-10486-4126/+3961
| | | | | | | | | | | | | The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/797002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41150 0039d316-1c4b-4281-b951-d872f2087c98
* Add more tests for extension crash recovery.phajdan.jr@chromium.org2010-03-102-31/+219
| | | | | | | | | | | This should cover most cases I'd like to cover. TEST=none BUG=30405 Review URL: http://codereview.chromium.org/718002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41149 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 350.0 to 351.0chrome-release@google.com2010-03-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41147 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55742:55771pfeldman@chromium.org2010-03-101-1/+1
| | | | | | | TBR=japhet git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41145 0039d316-1c4b-4281-b951-d872f2087c98
* Icons are loaded asynchronously for browser actions, so thefinnur@chromium.org2010-03-105-6/+38
| | | | | | | | | | | | | | test must wait on the extension being updated if no icon is found. I think this should fix the flakiness in the test. BUG=None TEST=Fixing a browser test (hopefully). Review URL: http://codereview.chromium.org/772001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41144 0039d316-1c4b-4281-b951-d872f2087c98
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-108-16/+23
| | | | | | | | where applicable, missing includes, etc) Review URL: http://codereview.chromium.org/774001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41143 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary dependencies from webkit/glue and webkit/appcache.tony@chromium.org2010-03-102-4/+2
| | | | | | | | | | | | | | We want to build these targets from an upstream checkout, so remove a circular dependency (WebKit.gyp) and remove inspector_resources which we don't need to generate for DRT (inspector was also disabled in test_shell a long long time ago). inspector_resources are pulled in explicitly by chrome, so we don't need a dependency here. Review URL: http://codereview.chromium.org/718001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41134 0039d316-1c4b-4281-b951-d872f2087c98
* Implements AeroPeek of Windows 7.hbono@chromium.org2010-03-1010-1/+1516
| | | | | | | | | | | This change integrates the custom AeroPeek implementation into Chromium, which shows the thumbnail list of all tabs and the preview image of the tab selected from the thumbnail list. It uses the AeroPeekManager object, which is a proxy between TabStripModel and Windows to translate events from TabStripModel for Windows, and vice versa. To listen events from TabStripModel without changing the existing part of Chromium, this AeroPeekManager class implements the TabStripModelObserver interface. Even though this change doesn't include any automated tests for AeroPeek, I would like to send its automated UI test as a separate change. Nevertheless, it just creates/deletes a tab and see this AeroPeekManager can create its thumbnail window correctly. BUG=6337 TEST=base_unittests.exe --gtest_filter=ScopedNativeLibrary.Basic Review URL: http://codereview.chromium.org/303033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41133 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the use of the master_preferences file in Linux.tony@chromium.org2010-03-1016-58/+191
| | | | | | | | | | | | | | | Also refactor FirstRunTabs to use GURL instead of wstring. BUG=none TEST=Add master_preferences file to directory containing the chrome binary and execute chrome with the --first-run option. Original patch by bgmerrell@gmail.com at http://codereview.chromium.org/551160 Review URL: http://codereview.chromium.org/796001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41131 0039d316-1c4b-4281-b951-d872f2087c98
* Adds files I forgot to svn add when landing ↵sky@chromium.org2010-03-102-0/+51
| | | | | | | | | | | http://codereview.chromium.org/668105. BUG=none TEST=none Review URL: http://codereview.chromium.org/813001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41130 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/668105 for sosa:sky@chromium.org2010-03-1015-55/+189
| | | | | | | | | | Changes to add basic automation proxy support to chromeos login wizard TEST=none BUG=none Review URL: http://codereview.chromium.org/783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41129 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage by defining a function in a cros classben@chromium.org2010-03-102-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41128 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage by removing unused variableben@chromium.org2010-03-101-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41127 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustage by defining a functionben@chromium.org2010-03-101-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41126 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Correct shapes for side tabs.ben@chromium.org2010-03-1027-50/+279
| | | | | | | | | | | | | 2. Adjust transparency of background tabs a little. 3. Implement loading animation for side tabs. 4. Deeper shadow for side tabstrip between browser view and side tabstrip. http://crbug.com/34509 TEST=none Review URL: http://codereview.chromium.org/610002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41125 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: adding session and emit_login_prompt_ready as deps to chromeos_builderpiman@chromium.org2010-03-101-1/+2
| | | | | | Review URL: http://codereview.chromium.org/792002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41118 0039d316-1c4b-4281-b951-d872f2087c98
* Another #include of <string.h> so that the nacl-g++ compiler will build Nativedspringer@google.com2010-03-101-0/+2
| | | | | | | | Client on 64-bit platforms. Review URL: http://codereview.chromium.org/777004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41117 0039d316-1c4b-4281-b951-d872f2087c98
* Make the UI around flaky tests a little more clear. When sorting byojan@chromium.org2010-03-101-2/+27
| | | | | | | | | testname, if the flaky and non-flaky names for the test have entries, put them next to each other. Also, when searching for tests by name, search for the flaky and non-flaky versions. Review URL: http://codereview.chromium.org/782002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41116 0039d316-1c4b-4281-b951-d872f2087c98
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-105-6/+4
| | | | | | | | The GPU code will still cause problems, but this is a step in the right direction. Review URL: http://codereview.chromium.org/707002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41115 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] More progress towards resizing the Browser Actions container.andybons@chromium.org2010-03-108-145/+529
| | | | | | | | | | | | | | | | o Icons fade out as they are moved off screen by resizing the window. o Dragging the resizer actually resizes the container. o Known issues include: + no chevron. + no updating of other windows if the size of the container changes. + the cursor is a bit wonky in updating its state. o Fixes a slew of janky UI bugs relating to having a lot of extensions installed. BUG=26990,29838 TEST=none Review URL: http://codereview.chromium.org/657038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41114 0039d316-1c4b-4281-b951-d872f2087c98
* Send mouse events to the renderer before changing mouse capture, so that the ↵jam@chromium.org2010-03-102-3/+6
| | | | | | | | mousecapturelost arrives after mouseup. Review URL: http://codereview.chromium.org/743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41113 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40951 - UpStreamimg *image_decoder_unittest. Used WebKit API's ↵kkanetkar@chromium.org2010-03-105-130/+194
| | | | | | | | | | | | | | | | ImageDecoder to decouple WebCore deps. Corresponding WebKit Bug 35415. BUG=28063 TEST=Run unit tests. Review URL: http://codereview.chromium.org/661231 TBR=yaar@chromium.org Review URL: http://codereview.chromium.org/802001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41112 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 55742 (from 55709)michaeln@chromium.org2010-03-102-7/+96
| | | | | | | | TBR=japhet Review URL: http://codereview.chromium.org/756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41111 0039d316-1c4b-4281-b951-d872f2087c98
* Fix few remaining issues with incognito extensions.mpcomplete@chromium.org2010-03-1019-32/+38
| | | | | | | | | | | - Open the options page in a regular browser window. - Rip out the "incognito" permission and revise the warning dialog. BUG=37677 Review URL: http://codereview.chromium.org/749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41109 0039d316-1c4b-4281-b951-d872f2087c98
* Adding mono art assets for chromium.atwilson@chromium.org2010-03-102-0/+0
| | | | | | | | | BUG=37375 TEST=none (assets are currently unused) Review URL: http://codereview.chromium.org/792001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41107 0039d316-1c4b-4281-b951-d872f2087c98
* build-bisect: don't crash on bad input to the good/bad promptevan@chromium.org2010-03-101-6/+6
| | | | | | Review URL: http://codereview.chromium.org/786001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41105 0039d316-1c4b-4281-b951-d872f2087c98
* Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definitiondspringer@google.com2010-03-102-0/+5
| | | | | | | | | | | | | | | for memcpy in gles2_cmd_format.h. This fixes a build breakage in native client. Initialize |command_buffer_| to NULL to prevent a random crash during load of a Pepper plugin on the Mac. BUG=none TEST=none Review URL: http://codereview.chromium.org/777003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41104 0039d316-1c4b-4281-b951-d872f2087c98
* Disable login button on login dialog until user enters ssid/password.chocobo@chromium.org2010-03-104-9/+65
| | | | | | | | BUG=1006 TEST=none Review URL: http://codereview.chromium.org/788001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41102 0039d316-1c4b-4281-b951-d872f2087c98
* Make Webkit (dbg)(1) expectations match reality.jparent@chromium.org2010-03-101-4/+7
| | | | | | | | | | | | This should help make red/orange more meaningful on the bot. TEST=none BUG=28040,24182 Review URL: http://codereview.chromium.org/782001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41101 0039d316-1c4b-4281-b951-d872f2087c98
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-1016-8/+17
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/745003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41100 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41098 - Copy the bookmark manager to the chromium frameworks ↵feldstein@chromium.org2010-03-101-2/+1
| | | | | | | | | | | | | resources directory so it can be loaded into a tab. Originally it was only copied to the build directories resources folder. The broken key issue still exists but if you manually add a good key this works fine. Review URL: http://codereview.chromium.org/775001 TBR=feldstein@chromium.org Review URL: http://codereview.chromium.org/787002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41099 0039d316-1c4b-4281-b951-d872f2087c98