summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enabling the default button behavior on Linux toolkit_views.jcampan@chromium.org2009-10-0812-161/+105
| | | | | | | | | | | | I had to make the KeyEvent constructor include the event flags. Also cleaned-up some unit-tests BUG=None TEST=Run the unit-tests. Review URL: http://codereview.chromium.org/266012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28397 0039d316-1c4b-4281-b951-d872f2087c98
* New main menu images.sky@chromium.org2009-10-082-0/+0
| | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/267024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28394 0039d316-1c4b-4281-b951-d872f2087c98
* Wires up sad tab for views/gtk, and fixes crash in requesting focussky@chromium.org2009-10-084-2/+20
| | | | | | | | | | | when sad tab is showing. BUG=none TEST=none Review URL: http://codereview.chromium.org/270018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28393 0039d316-1c4b-4281-b951-d872f2087c98
* Use more images from the pak filesthomasvl@chromium.org2009-10-088-128/+1147
| | | | | | | | | | | | | | | - Remove the alert icon from the download item dangerous download xib. - Remove the download fav icon from the download shelf xib. - Update the download shelf to fetch the image from the pak. - Update the download item to fetch the alert image from the pak. - Update the bookmark bar to fetch the folder icon from the xib and cache it. - Remove the three images from the bundles. BUG=20230 TEST=all three still show their images Review URL: http://codereview.chromium.org/260012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28392 0039d316-1c4b-4281-b951-d872f2087c98
* Remove auto-open files from the download shelf on auto-open. This is the Mac ↵avi@chromium.org2009-10-081-0/+4
| | | | | | | | | | | version of r20787. BUG=http://crbug.com/18719 TEST=download a theme, make sure that it doesn't stay in the download shelf. Review URL: http://codereview.chromium.org/268008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28391 0039d316-1c4b-4281-b951-d872f2087c98
* Committing change 255087 for Roger:tommi@chromium.org2009-10-087-18/+53
| | | | | | | | | | | | | | | | | | | | TBR=amit http://codereview.chromium.org/255087 Adding a unique runtime Id to Profile objects, that can be used as the key of the ProfileSiteInstanceMap type. This is used to make sure that Profile objects can correctly share site information when one profile is derived from another. BUG=0 TEST=See unit tests Review URL: http://codereview.chromium.org/261012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28390 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix and reenable TestDebugIntrinsicPropertiesyurys@google.com2009-10-082-27/+50
| | | | | | Review URL: http://codereview.chromium.org/268015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28389 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fix build error on gcc-4.4 on Ubuntucraig.schlenter@chromium.org2009-10-081-1/+1
| | | | | | | | Patch by Joel Stanley <joel@jms.id.au> Review URL: http://codereview.chromium.org/261021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28388 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 222.1 to 222.2laforge@chromium.org2009-10-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28387 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix failing testsyurys@google.com2009-10-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/271022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28386 0039d316-1c4b-4281-b951-d872f2087c98
* One more bad extension.abarth@chromium.org2009-10-081-0/+1
| | | | | | Review URL: http://codereview.chromium.org/261022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28385 0039d316-1c4b-4281-b951-d872f2087c98
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-087-4/+131
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/255080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28384 0039d316-1c4b-4281-b951-d872f2087c98
* Fix long tooltips flashing like crazy under Windows. darin@chromium.org2009-10-081-8/+8
| | | | | | | | | | | | | | | | | | | Tooltips longer than 1024 chars get truncated. However, to determine if the tooltip changed, the un-truncated new text was compared to the truncated old text. Thus, for long tooltips, the tooltip text was considered to be constantly changing, causing the tooltip to be destroyed and re-created constantly. Patch by Simon Radford R=beng,darin BUG=4754 TEST=Go to (for example) http://people.mozilla.org/~rdoherty/tooltips.html and check that the long tooltips do not flash on Windows (I used Vista). Review URL: http://codereview.chromium.org/265003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28383 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations to point to the right bugs where existing linesdpranke@google.com2009-10-081-8/+8
| | | | | | | | | | | | had pointed to bugs that were closed as duplicates. BUG=none R=TBD TEST=none Review URL: http://codereview.chromium.org/265035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28382 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fixed bug 18984 from suppressions list.huanr@chromium.org2009-10-081-16/+0
| | | | | | | | BUG=18984 Review URL: http://codereview.chromium.org/269017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28381 0039d316-1c4b-4281-b951-d872f2087c98
* File three more bugs to replace older BUG_$user bugs.dpranke@google.com2009-10-081-8/+8
| | | | | | | | | | BUG=none R=TBR TEST=none Review URL: http://codereview.chromium.org/271021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28380 0039d316-1c4b-4281-b951-d872f2087c98
* Mark SelfDeletePluginInvokeInSynchronousPaint as disabled since it seems to ↵johnnyg@chromium.org2009-10-081-1/+2
| | | | | | | | | | | | be flaky. BUG=none TEST=none TBR=jam Review URL: http://codereview.chromium.org/261020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28379 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate all the open layout tests still in buganizer to crbug, and updatedpranke@google.com2009-10-081-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bug numbers in test_expectations, so that all the bugs are in one place: Bugs remapped as follows: 1058654 - 24187 793944 - 24185 849085 - 24186 753420 - 24189 700464 - 24191 849072 - 24192 879449 - 24193 941049 - 24194 972450 - 24195 973468 - 24197 992321 - 24198 1042838 - 24199 1089231 - 24203 1115062 - 24204 1124568 - 24205 1126050 - 24206 1166644 - 24207 1204878 - 24208 1344252 - 24209 BUG=none R=dglazkov TEST=none Review URL: http://codereview.chromium.org/265030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28378 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Window titles for Expose.shess@chromium.org2009-10-089-43/+219
| | | | | | | | | http://crbug.com/18854 TEST=Titles on mouse-over in Expose. No extra title in titlebar. Review URL: http://codereview.chromium.org/259023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28377 0039d316-1c4b-4281-b951-d872f2087c98
* This test actually fails on all platforms.johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/261019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28374 0039d316-1c4b-4281-b951-d872f2087c98
* Disable more busted tests.johnnyg@chromium.org2009-10-081-0/+4
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/265034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28373 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the isolatedWorld tests from aa's last checkin.johnnyg@chromium.org2009-10-081-0/+23
| | | | | | | | | | BUG=none TEST=none TBR=aa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28372 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back the previous fix which didn't fix it. Will try a clobber build ↵johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | | to pick up the flag. TBR=kbr BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28371 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback features_override 3D_CANVAS to 0. It seems to conflict with latest ↵johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | | WebKit. TBR=kbr BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28370 0039d316-1c4b-4281-b951-d872f2087c98
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-0818-17/+138
| | | | | | | | isolated world. Chromium side of change. Review URL: http://codereview.chromium.org/262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28369 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: remove unused writer_ member from importer classes.mattm@chromium.org2009-10-086-11/+2
| | | | | | | | | | CID=6427 BUG=none TEST=none Review URL: http://codereview.chromium.org/267020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28368 0039d316-1c4b-4281-b951-d872f2087c98
* Use the lite runtime for system_metrics.proto.nick@chromium.org2009-10-082-1/+3
| | | | | | | | Have the system_metrics generated code depend on 'protobuf_lite'. Review URL: http://codereview.chromium.org/242117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28367 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor cros library code into central location and have the UI elements ↵chocobo@google.com2009-10-0821-533/+1006
| | | | | | | | | | | | | | observe changes. - implemented power menu button showing remaining battery info. - implemented clock menu button showing detailed clock info. - also implemented monitoring of network status change. - don't show highlighted state for these menu buttons BUG=23923 TEST=none Review URL: http://codereview.chromium.org/251099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28366 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-0813-282/+372
| | | | | | | | | | | | | | | | | | original issue: http://codereview.chromium.org/207062 The issue had to do with a symbol collison with the nss libraries (which are currently out-of-date) on the build bots. HTML Pack Extension Dialog. This removes the views implementation of the ExtensionPackDialog, and implements the dialog in html in the extensions_ui DOMUI. Additionally, support is added for packaging extensions via ---pack-extension on linux and mac BUG=20668, 20669 TBR=aa,wtc Review URL: http://codereview.chromium.org/265032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28365 0039d316-1c4b-4281-b951-d872f2087c98
* Fix merge and sync alignment issue.nick@chromium.org2009-10-081-4/+6
| | | | | | | | | BUG=24217 TEST=screenshotted before and after. Review URL: http://codereview.chromium.org/261018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28364 0039d316-1c4b-4281-b951-d872f2087c98
* Make HttpResponseInfo pickle'able, just moves some code from HttpCache to ↵michaeln@google.com2009-10-083-124/+150
| | | | | | | | | | | HttpResponseInfo. TEST=none BUG=none Review URL: http://codereview.chromium.org/269012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28363 0039d316-1c4b-4281-b951-d872f2087c98
* Includes chrome_frame project in chrome.sln for windows.slightlyoff@chromium.org2009-10-082-3/+17
| | | | | | | | | BUG=None TEST=rebuild gyp files, open chrome.sln. Observer chrome_frame project. Review URL: http://codereview.chromium.org/271014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28362 0039d316-1c4b-4281-b951-d872f2087c98
* Revert sanity check; this doesn't actually work since ↵pkasting@chromium.org2009-10-081-3/+1
| | | | | | | | | | | UpdatePopupAppearance() never removes child views (the popup quickly grows to its child limit and then stays there forever; we only show some of the children at a time though). BUG=20511 TEST=none TBR=huanr Review URL: http://codereview.chromium.org/262018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28361 0039d316-1c4b-4281-b951-d872f2087c98
* Put headers in right order. Ensure WebKit is initialized everywhere ↵pkasting@chromium.org2009-10-081-7/+5
| | | | | | | | | | necessary. Remove unnecessary V8::IsDead() check (IdleNotification() already checks IsRunning(), which is mutually exclusive with IsDead()). BUG=none TEST=none Review URL: http://codereview.chromium.org/265019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28360 0039d316-1c4b-4281-b951-d872f2087c98
* Some trivial style cleanup in the plugin delegate. There was one functionbrettw@chromium.org2009-10-083-20/+16
| | | | | | | | | | | implemented in both the mac-specific file and the shared one, and several virtual functiongs that were never derived for anything. BUG=none TEST=none Review URL: http://codereview.chromium.org/267017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28359 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations with SLOW expectations. Hopefully soonojan@chromium.org2009-10-081-20/+27
| | | | | | | | we'll have all the slow tests marked and can bring the timeout down to something like 5 seconds. Review URL: http://codereview.chromium.org/267015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28358 0039d316-1c4b-4281-b951-d872f2087c98
* Fix failing unittest ExtensionResourceTest.CreateWithMissingResourceOnDisk ↵cira@chromium.org2009-10-081-1/+1
| | | | | | | | in unit_tests. Review URL: http://codereview.chromium.org/271017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28357 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "[Mac] Window titles for Expose."shess@chromium.org2009-10-089-219/+43
| | | | | | | | | | | | | Revert r28350 aka http://codereview.chromium.org/259023 Passed the trybots because of DCHECK which wasn't there for build bots. TBR=zork Review URL: http://codereview.chromium.org/271015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28356 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ui tests WorkerHttpLayoutTests failure.mhm@chromium.org2009-10-081-0/+3
| | | | | | | | | | | | The http_server python script had everything defined in the batch script, but the ui tests use the python file directly. This makes sure the google python package gets imported successfully. TBR=thestig BUG=6784 TEST=run http_server.py directly, not via sh. Review URL: http://codereview.chromium.org/271016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28355 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp.mmoss@chromium.org2009-10-081-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/269015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28354 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 4975120.html and script-load-and-error-events.svg as flaky on Maczork@google.com2009-10-071-2/+2
| | | | | | | | BUG=12341, 21411 TEST=none Review URL: http://codereview.chromium.org/264006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28353 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-0712-259/+472
| | | | | | | | BUG=19895 TEST=AuthWatcherTest Review URL: http://codereview.chromium.org/246098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28352 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up code duplication in layout test http_server.mhm@chromium.org2009-10-072-58/+32
| | | | | | | | | | | | | Refactored out UrlIsAlive to live outside the ApacheHttpd class and imported http_utils.py into http_server.py Now they share common code. BUG=6784 TEST=started and stopped http_server successfully. Review URL: http://codereview.chromium.org/243022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28351 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Window titles for Expose.shess@chromium.org2009-10-079-43/+219
| | | | | | | | | http://crbug.com/18854 TEST=Titles on mouse-over in Expose. No extra title in titlebar. Review URL: http://codereview.chromium.org/259023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28350 0039d316-1c4b-4281-b951-d872f2087c98
* Update sync unit tests to build on linuxzork@chromium.org2009-10-0712-942/+549
| | | | | | Review URL: http://codereview.chromium.org/218014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28349 0039d316-1c4b-4281-b951-d872f2087c98
* Add another sanity check, this time that the popup's "open state" (HWND) ↵pkasting@chromium.org2009-10-071-1/+3
| | | | | | | | | | matches its result count (views). BUG=20511 TEST=none Review URL: http://codereview.chromium.org/271013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28348 0039d316-1c4b-4281-b951-d872f2087c98
* Makes sure bookmark ids are unique on reading from file. If not uniquesky@chromium.org2009-10-073-8/+61
| | | | | | | | | | | | | | | we reassign them. The particular scenario that can lead to this is when migrating bookmarks out of the db we never reset the ids of the newly created nodes, so that we wrote all to the file with ids of 0. I'm not patching that code so that I have coverage of the unit test, and we'll handle fix up during reading anyway. BUG=24060 TEST=covered by unit tests Review URL: http://codereview.chromium.org/268001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28346 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of a tbd in the overview.kathyw@google.com2009-10-072-18/+26
| | | | | | | | | | BUG=NONE TEST=NONE TBR=aa Review URL: http://codereview.chromium.org/270017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28345 0039d316-1c4b-4281-b951-d872f2087c98
* fix error in js from previous checkinjam@chromium.org2009-10-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28344 0039d316-1c4b-4281-b951-d872f2087c98
* Add back a suppression, in widened form, that was recently removeddank@chromium.org2009-10-071-0/+13
| | | | | | | | | | but still shows up on the bots. BUG=20814 Review URL: http://codereview.chromium.org/268009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28343 0039d316-1c4b-4281-b951-d872f2087c98