summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update "Bookmark Sync" string in options dialog.derat@chromium.org2009-11-161-3/+10
| | | | | | | | | | | This should be sentence-case rather than title-case for non-Linux, and it shouldn't have a trailing colon on Linux. BUG=27766 Review URL: http://codereview.chromium.org/395019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32073 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline another HTML decomposition test.dglazkov@chromium.org2009-11-163-1/+56
| | | | | | | | | | | | The differences reflect KURL and GURL implementation differences. R=brettw TEST=none BUG=27548 Review URL: http://codereview.chromium.org/391077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32071 0039d316-1c4b-4281-b951-d872f2087c98
* linux: spoof UA string when using Yahoo mailevan@chromium.org2009-11-161-10/+29
| | | | | | | | | | | | | | To Yahoo mail we look like: Mozilla/5.0 (Windows; U; Windows Linux x86_64; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.250.0 Safari/532.5 which I find hilarious. BUG=11136 TEST=Yahoo mail works on Linux Review URL: http://codereview.chromium.org/387062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32070 0039d316-1c4b-4281-b951-d872f2087c98
* Added a few Valgrind suppressions related to the workers code.idana@chromium.org2009-11-161-2/+77
| | | | | | | | | | BUG=27827,27828,27829 TEST=none TBR=levin@chromium.org, atwilson@chromium.org, erikkay@chromium.org Review URL: http://codereview.chromium.org/385137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32069 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: remove unused variable from setup_constants.kuchhal@chromium.org2009-11-162-4/+0
| | | | | | | | | | BUG=None TEST=compiles Review URL: http://codereview.chromium.org/384138 Patch from Thiago Farina <thiago.farina@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32067 0039d316-1c4b-4281-b951-d872f2087c98
* Add Event Listeners sidebar pane manual testapavlov@chromium.org2009-11-161-0/+30
| | | | | | Review URL: http://codereview.chromium.org/391074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32066 0039d316-1c4b-4281-b951-d872f2087c98
* Make the char encoding indicator visible again on Windowsjshin@chromium.org2009-11-161-1/+2
| | | | | | | | | | | BUG=26438 TEST=Go to any web page and see if the character encoding is indicated in Page menu - Encoding. Patch by Satoshi.Matsuzaki with a slight modification.`(see the bug) Review URL: http://codereview.chromium.org/391066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32064 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typos in DevTools testsapavlov@chromium.org2009-11-161-4/+4
| | | | | | Review URL: http://codereview.chromium.org/397012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32063 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add 2 manual profiler tests.mnaganov@chromium.org2009-11-163-0/+129
| | | | | | Review URL: http://codereview.chromium.org/399002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32056 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Add some devtools manual tests.pfeldman@chromium.org2009-11-1619-0/+445
| | | | | | Review URL: http://codereview.chromium.org/385134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32053 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 249.0 to 250.0chrome-bot@google.com2009-11-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32052 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: update UI when profiling is started / stopped from console.mnaganov@chromium.org2009-11-161-10/+19
| | | | | | | | | BUG=24706 TEST=none Review URL: http://codereview.chromium.org/385132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32051 0039d316-1c4b-4281-b951-d872f2087c98
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+18
| | | | | | | | | | | | | | | Safari always uses "https" to get proxies for websocket connection, so chrome also tries it as well. Fix url replacement failure. We should use std::string instead of char[]. BUG=none TEST=net_unittests passes Review URL: http://codereview.chromium.org/397008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32050 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 32045.ukai@chromium.org2009-11-162-17/+1
| | | | | | Review URL: http://codereview.chromium.org/396009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32049 0039d316-1c4b-4281-b951-d872f2087c98
* Final copyedits for beta.kathyw@google.com2009-11-164-107/+22
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/395016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32048 0039d316-1c4b-4281-b951-d872f2087c98
* Update homepage's images.kathyw@google.com2009-11-162-0/+0
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/391071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32047 0039d316-1c4b-4281-b951-d872f2087c98
* New screenshots for many of the tutorial images.kathyw@google.com2009-11-1613-38/+45
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/384148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32046 0039d316-1c4b-4281-b951-d872f2087c98
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+17
| | | | | | | | | | | | Safari always uses "https" to get proxies for websocket connection, so chrome also tries it as well. BUG=none TEST=none Review URL: http://codereview.chromium.org/398004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32045 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix timer leak.mnaganov@chromium.org2009-11-161-3/+9
| | | | | | | | | BUG=27718 TEST=none Review URL: http://codereview.chromium.org/384144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32044 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to follow the codesite L&F.kathyw@google.com2009-11-1647-1538/+4110
| | | | | | | | | | | | | | | | | | Also a bit of copyediting and cleanup. Future work: * improve these styles * make these styles work well in IE (the old styles didn't work well in IE, either) * separate the codesite styles from ours (for easier update) BUG=27434 TEST=none TBR=aa Review URL: http://codereview.chromium.org/398005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32043 0039d316-1c4b-4281-b951-d872f2087c98
* [LTTF] Rebaseline LayoutTests/fast/multicol/single-line.html.yutak@chromium.org2009-11-166-1/+39
| | | | | | | | | | This is a new test added in WebKit r50869. BUG=27555 TEST=none Review URL: http://codereview.chromium.org/397007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32042 0039d316-1c4b-4281-b951-d872f2087c98
* [LTTF] Rebaseline LayoutTests/fast/inline/dirtyLinesForInline.html.yutak@chromium.org2009-11-169-74/+0
| | | | | | | | | | This test was converted to a dumpAsText test in WebKit changeset 50813. Now it should pass in Chromium. BUG=10280 TEST=none Review URL: http://codereview.chromium.org/385062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32041 0039d316-1c4b-4281-b951-d872f2087c98
* Fix websocket tests to run.ukai@chromium.org2009-11-163-7/+13
| | | | | | | | | | | | | Need to set register_cygwin. Disbale wss server for now. We need to install pyOpenSSL on buildbots and we don't have any tests that requires wss now. BUG=27556 TEST=layout_* bots succeed Review URL: http://codereview.chromium.org/385131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32040 0039d316-1c4b-4281-b951-d872f2087c98
* Delete the old samples.kathyw@google.com2009-11-165-106/+0
| | | | | | | | | | | | | | These aren't necessary now that the debugging tutorial has been updated and the relevant examples are in the new examples directory. BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/387059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32039 0039d316-1c4b-4281-b951-d872f2087c98
* Add modp_b64 dependency to net_base. This is used by net/base/Base64.cc.maruel@chromium.org2009-11-161-0/+1
| | | | | | | | | | BUG=NONE TEST=Built a binary on Linux which was failing before. Have not tried building on Windows or Mac yet - will have those machines set up next week. Review URL: http://codereview.chromium.org/385116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32038 0039d316-1c4b-4281-b951-d872f2087c98
* Speeds up display bookmark animation as requested by thakis.dmaclach@chromium.org2009-11-161-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/384139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32037 0039d316-1c4b-4281-b951-d872f2087c98
* Escape the feed url, otherwise the web based readers suchfinnur@chromium.org2009-11-162-2/+3
| | | | | | | | | | | | | as Googler Reader can't use it. BUG=27696 TEST=Go to news.googlecom, click the RSS icon in the Omnibox and subscribe with Google Reader. It should recognize the feed url and offer to subscribe. Review URL: http://codereview.chromium.org/385126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32036 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak dashboard code to work out of the box with either local builds ordpranke@google.com2009-11-161-6/+15
| | | | | | | | | | | | | the bots. If you add '#buildDir=Debug' or '#buildDir=Release' to the URL it will load files from 'src/webkit/$buildDir/layout-test-results'. BUG=none R=ojan@chromium.org TEST=none Review URL: http://codereview.chromium.org/391041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32035 0039d316-1c4b-4281-b951-d872f2087c98
* Minor text changes per Kathy's suggestions.aa@chromium.org2009-11-152-5/+5
| | | | | | TBR=kathyw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32034 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions for two bug issues.timurrrr@chromium.org2009-11-151-23/+0
| | | | | | | | | These suppressions haven't been noticed on the bots for a while, the bugs are likely to be fixed. BUG=21259,24715 TEST=TSAN bots should remain green Review URL: http://codereview.chromium.org/384142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32033 0039d316-1c4b-4281-b951-d872f2087c98
* TEST=new Chrome with bookmark folders visible in bar.jrg@chromium.org2009-11-151-1/+5
| | | | | | | | | | Create new window (Cmd-N). Make sure folders there! BUG=http://crbug.com/27774 Review URL: http://codereview.chromium.org/385130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32032 0039d316-1c4b-4281-b951-d872f2087c98
* Fix multi-window bookmark bubble problem.jrg@chromium.org2009-11-154-18/+36
| | | | | | | | | | | | | | | Also fix a "flash" where the bookmark bubble opened in the wrong spot before jumping to the correct spot (hard to see). BookmarkBubble.xib change: NOT initially visible. BUG=http://crbug.com/27545 TEST=see bug (it's clear). Review URL: http://codereview.chromium.org/391057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32030 0039d316-1c4b-4281-b951-d872f2087c98
* Fix "open all" on a folder node to open only 'marks in that folder,jrg@chromium.org2009-11-1510-781/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | not ALL all. Make Delete and Rename enabled for folder context menu (but disabled for "Other Bookmarks"). nib changes (related to the context menus): - Telegate is the bookmark bar controller. - Switched type from NSMenu to BookmarkMenu. TEST=New window. Create folder "empty" with nothing in it. Create folder "two" with 2 bookmarks in it. Create a final bookmark in the top level of the bar. Context menu (right click) over all folders. Make sure Delete and Rename enabled for folders but not "Other Bookmarks". Make sure "Open All" (and friends) disabled over "empty", enabled over "two". "Open All" on "two" --> see 2 opened. "Open All" on the bar itself --> see 3 opened. Ditto for "Open all in new window" and "open all in incognito window". Create a new window. In new window, make sure folders have context menus. BUG=http://crbug.com/27522, http://crbug.com/27529 Review URL: http://codereview.chromium.org/391046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32029 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad last checkin which broke everything in flip.mbelshe@google.com2009-11-151-0/+1
| | | | | | | | | | TBR=wtc@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/387058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32028 0039d316-1c4b-4281-b951-d872f2087c98
* Add message and image to NTP to promote extensions and bookmark sync.mirandac@chromium.org2009-11-1511-22/+141
| | | | | | | | | BUG= 27393, 26744 TEST= promotional messages should show up on NTP. Review URL: http://codereview.chromium.org/394005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32027 0039d316-1c4b-4281-b951-d872f2087c98
* Dummy checkin to trigger the botsnsylvain@chromium.org2009-11-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32026 0039d316-1c4b-4281-b951-d872f2087c98
* Disable NewTabUITest.HomePageLink under valgrind becausensylvain@chromium.org2009-11-151-0/+4
| | | | | | | | | | it makes it hang BUG:27764 Review URL: http://codereview.chromium.org/385128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32025 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 248.0 to 249.0chrome-bot@google.com2009-11-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32022 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Debugging example to use the browser action version ofkathyw@google.com2009-11-1518-237/+446
| | | | | | | | | | | | hello world. TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/385127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32021 0039d316-1c4b-4281-b951-d872f2087c98
* Apply the latest translated strings to trunk.mal@chromium.org2009-11-15152-1701/+14574
| | | | | | | | BUG= None TEST= None Review URL: http://codereview.chromium.org/395014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32020 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 32012-32017mhm@chromium.org2009-11-1512-402/+315
| | | | | | | | | | | git cl dcommit somehow committed all my local changes in cygwin TBR=evan BUG=none Review URL: http://codereview.chromium.org/396006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32019 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore more directories in Git.mhm@chromium.org2009-11-151-0/+4
| | | | | | | | | | | | | | In cygwin git, folders keep appearing in 'git status' /chrome_frame/tools/test/reference_build /third_party/ots /third_party/pefile /third_party/xulrunner-sdk Added them to ignore. Review URL: http://codereview.chromium.org/384137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32018 0039d316-1c4b-4281-b951-d872f2087c98
* fix nitsmhm@chromium.org2009-11-154-9/+20
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32017 0039d316-1c4b-4281-b951-d872f2087c98
* small mistakemhm@chromium.org2009-11-152-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32016 0039d316-1c4b-4281-b951-d872f2087c98
* Fix nitsmhm@chromium.org2009-11-154-75/+77
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32015 0039d316-1c4b-4281-b951-d872f2087c98
* Rebasemhm@chromium.org2009-11-152-0/+327
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32014 0039d316-1c4b-4281-b951-d872f2087c98
* Remove explicitmhm@chromium.org2009-11-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32013 0039d316-1c4b-4281-b951-d872f2087c98
* rebasemhm@chromium.org2009-11-1510-314/+61
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32012 0039d316-1c4b-4281-b951-d872f2087c98
* Change name of first extension to Hello World.kathyw@google.com2009-11-152-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/385124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32011 0039d316-1c4b-4281-b951-d872f2087c98
* Add new .zip file for getstarted example.kathyw@google.com2009-11-151-0/+0
| | | | | | | | | | | | | (I'll delete the old one soon. Eventually this file should be automatically built.) BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/385123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32010 0039d316-1c4b-4281-b951-d872f2087c98