summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-16177-62132/+62132
| | | | | | | Patch fails otherwise on non-Windows platforms. Review URL: http://codereview.chromium.org/14478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7093 0039d316-1c4b-4281-b951-d872f2087c98
* Move some tests into the buckets.thomasvl@chromium.org2008-12-165-7/+33
| | | | | | | | | | | Created cr-mac entries for some tests we were failing. The tree is a copy of the webkit data (we match it), but the console output is different, so that matches the cr-win version. but it's a new file since it combo that doesn't exist elsewhere. Lint passes. Review URL: http://codereview.chromium.org/14479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7092 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at this. This differs from first version in that I renamedsky@google.com2008-12-163-1/+15
| | | | | | | | | | | | | | | set_store to ClearStore and properly remove an observer I added. And I'm disabling a test that needs more investigation. Makes the interactive bookmark bar view tests faster by disabling saving. This is why BookmarkBarViewTest9 keeps timing out. BUG=none TEST=none Review URL: http://codereview.chromium.org/14471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7091 0039d316-1c4b-4281-b951-d872f2087c98
* Google Chrome Channel Changer - Minor update to add stable channel, some ↵laforge@chromium.org2008-12-164-23/+40
| | | | | | | | updates to text description. Review URL: http://codereview.chromium.org/14455 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7090 0039d316-1c4b-4281-b951-d872f2087c98
* Rewrite the GKURL unit tests to not use the "old" KURL as a baseline. This isbrettw@google.com2008-12-161-234/+232
| | | | | | | | | | necessary for the KURL.h refactor since it's becoming more and more difficult to do my hack where the old types are defined to a different name. This also adds deep copy to GKURL. Review URL: http://codereview.chromium.org/14161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7089 0039d316-1c4b-4281-b951-d872f2087c98
* I bow down before Dean and his "I don't need sleep, I'll just read every ↵agl@chromium.org2008-12-161-1/+1
| | | | | | | | | | | line of code" ways. TBR=evan Review URL: http://codereview.chromium.org/14166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7088 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 7083,7079.phajdan.jr@chromium.org2008-12-1611-76/+63
| | | | | | | I tested locally with gcc 4.3, but gcc 4.2 behaves differently and fails. Review URL: http://codereview.chromium.org/14165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7087 0039d316-1c4b-4281-b951-d872f2087c98
* r7085, part 2estade@chromium.org2008-12-161-2/+2
| | | | | | | (forgot to include this file) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7086 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some windows layout test baselines.estade@chromium.org2008-12-162-3/+3
| | | | | | | | The tests are currently marked as failing only WIN, when really they fail on LINUX as well. This rebaseline fixes them on linux. See issue 14434 for reasoning behind the rebaseline. Review URL: http://codereview.chromium.org/14145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7085 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in the fuzzy matcher binary path from its directory under third_party.evanm@google.com2008-12-162-1/+6
| | | | | | | Review URL: http://codereview.chromium.org/14480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7084 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux build failure caused by GCC 4.3/4.2 differences.phajdan.jr@chromium.org2008-12-161-0/+8
| | | | | | Review URL: http://codereview.chromium.org/14481 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7083 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add a failing test. I merged wrong.tc@google.com2008-12-161-0/+1
| | | | | | | | | TBR=estade Review URL: http://codereview.chromium.org/14482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7082 0039d316-1c4b-4281-b951-d872f2087c98
* It appears that the GTK theme doesn't always draw the full rectangleagl@chromium.org2008-12-161-0/+11
| | | | | | | | | | | | | when we ask it to draw a scrollbar button. It's not clear if it expects the background to already be filled in, or if we are brearking it by giving it WebKit metrics. Either way, it's messing up our pixeltest baselines with undefined pixels so we paint seafoam-green under scrollbar buttons before GTK draws. Review URL: http://codereview.chromium.org/14477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7081 0039d316-1c4b-4281-b951-d872f2087c98
* fuzzymatch needed libtiff to compile for me.evanm@google.com2008-12-161-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/14164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7080 0039d316-1c4b-4281-b951-d872f2087c98
* Platform cleanup in browser/ and porting of few files.phajdan.jr@chromium.org2008-12-1610-63/+68
| | | | | | Review URL: http://codereview.chromium.org/14466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7079 0039d316-1c4b-4281-b951-d872f2087c98
* bucketing more changes, fixing one with cr-win expectationpinkerton@google.com2008-12-162-21/+54
| | | | | | Review URL: http://codereview.chromium.org/14163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7078 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the use of the ConsoleMessage::operator== as it has been responsible ↵sgjesse@chromium.org2008-12-161-6/+2
| | | | | | | | for crashes while running the pagecycler tests. Console messages which are the same will now appear as separate messages in the inspector instead of apearing as a single message with a count indicator. Review URL: http://codereview.chromium.org/14458 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7077 0039d316-1c4b-4281-b951-d872f2087c98
* Landing http://codereview.chromium.org/14450 for m0 (Mohamed Mansour).sky@google.com2008-12-162-14/+15
| | | | | | | | BUG=2186 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7076 0039d316-1c4b-4281-b951-d872f2087c98
* copy some js expect files from windows into the mac tree so we pass in the ↵thomasvl@chromium.org2008-12-163-2/+7
| | | | | | | | same way. Review URL: http://codereview.chromium.org/14470 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7075 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: remove the hard coded list from rankings.ccrvargas@google.com2008-12-166-143/+204
| | | | | | | | | | | | | | | | The rankings module now works with any list, not just the first one. This is part of the support needed for new eviction algorithms. note: Rankings::CheckList() is basically the code that was implementing the old Rankings::SelfCheck() (moved with this cl). The disk cache behavior is not changing with this cl. Review URL: http://codereview.chromium.org/14141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7074 0039d316-1c4b-4281-b951-d872f2087c98
* Disk Cache: Send only one eviction age data point per browser execution.rvargas@google.com2008-12-161-5/+9
| | | | | | | | | | The eviction age analysis can be simplified (and it will be closer to what we really want to know) if we don't add the age of every entry, and instead use only the first evicted entry per run. Review URL: http://codereview.chromium.org/14448 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7073 0039d316-1c4b-4281-b951-d872f2087c98
* Update comments in multiprocess_test.h & add an example.phajdan.jr@chromium.org2008-12-161-2/+10
| | | | | | Review URL: http://codereview.chromium.org/14459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7072 0039d316-1c4b-4281-b951-d872f2087c98
* Remove version number from Python shebang.evanm@google.com2008-12-161-1/+1
| | | | | | | | On special request from someone trying to purge python2.2 from code indexed internally at Google. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7071 0039d316-1c4b-4281-b951-d872f2087c98
* starting to bucketize and comment failures/crashes for mac testspinkerton@google.com2008-12-161-38/+73
| | | | | | Review URL: http://codereview.chromium.org/14468 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7070 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash at ResourceDispatcherHost::BeginDownloadcpu@google.com2008-12-161-5/+3
| | | | | | | | | | | | | - It is a 'planned' crash in a CHECK(false) - Now is a bug because the user can trigger it by alt-click in a <a href=data:xxxxx > The codepath in question skips all the checks we do in the downloadmanager and on the UI command handlers. BUG=5112 Review URL: http://codereview.chromium.org/12968 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7069 0039d316-1c4b-4281-b951-d872f2087c98
* Reverts r7062 as caused failures on interactive tests.sky@google.com2008-12-162-7/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7068 0039d316-1c4b-4281-b951-d872f2087c98
* This CL fixes issue 4376: Press "Tab" key to navigate - Text focus is ↵xji@chromium.org2008-12-161-2/+4
| | | | | | | | | | | | | | | | | | | showing at wrong place in Hebrew and Arabic. when drawing focus rectangle for CheckBox,the left point of the rectangle should be mirrored for RTL text. http://crbug.com/4376 TEST: 1. Launch RTL Chome (for ex: set language as Hebrew). 2. Go to > Customize and Control Google Chrome > Options > Under the Hood or any other Tab 3. Press tab key to navigate thought text options 4. The focus is properly set on the text. (without this fix, the focus is not properly set on the text). Review URL: http://codereview.chromium.org/14452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7067 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline delete-by-word-00[12] since the upstream expectation changed.erg@google.com2008-12-1611-10/+6
| | | | | | | | | (The mac version of this file was modified in webkit r38631.) Review URL: http://codereview.chromium.org/14451 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7066 0039d316-1c4b-4281-b951-d872f2087c98
* Triage some tests that fail pixel results on Windows.tc@google.com2008-12-1619-673/+10
| | | | | | | | Annotate why tests fail and delete their expected results. For two canvas tests, they only differ by font metrics, so add a new baseline for them. Review URL: http://codereview.chromium.org/14144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7065 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Justin Haygood's last name (sorry!). Patch by Mohamed Mansour, r=me; ↵pkasting@chromium.org2008-12-161-1/+1
| | | | | | | | see http://codereview.chromium.org/14148 BUG=5558 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7064 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes info bubble painting bug. This was happening because we weresky@google.com2008-12-163-14/+52
| | | | | | | | | | | | | | | | | using layered windows incorrectly. According to the docs if you invoke SetLayeredWindowAttributes, then you shouldn't invoke UpdateLayeredWindow (unless you remove then add the WS_EX_LAYERED style bit). My approach here is to disable the backing buffer for the info bubble. I had problems toggling the WS_EX_LAYERED at the end up the animation. The text field would not paint when I did this... BUG=5351 TEST=bookmark a page. When the bubble appears press shift-tab and make sure you see a focus rect around the remove link. Review URL: http://codereview.chromium.org/14131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7063 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the interactive bookmark bar view tests faster by disablingsky@google.com2008-12-162-0/+7
| | | | | | | | | | | saving. This is why BookmarkBarViewTest9 keeps timing out. BUG=none TEST=none Review URL: http://codereview.chromium.org/14449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7062 0039d316-1c4b-4281-b951-d872f2087c98
* Port few files in browser/ to Linux.phajdan.jr@chromium.org2008-12-162-15/+16
| | | | | | Review URL: http://codereview.chromium.org/14462 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7061 0039d316-1c4b-4281-b951-d872f2087c98
* This test was never fixed.maruel@chromium.org2008-12-161-0/+3
| | | | | | Review URL: http://codereview.chromium.org/14159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7060 0039d316-1c4b-4281-b951-d872f2087c98
* Very frustrating. We seem to be seeing subtle variations in the stacks ↵erikkay@google.com2008-12-162-57/+117
| | | | | | | | | | across runs. No clue what's going on here. TBR=brettw Review URL: http://codereview.chromium.org/14463 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7059 0039d316-1c4b-4281-b951-d872f2087c98
* Group some of the mac blocks together so it's easier to tag them.thomasvl@chromium.org2008-12-161-32/+32
| | | | | | | Lint passes. Review URL: http://codereview.chromium.org/14157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7058 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up some of the Mac marking on tests.thomasvl@chromium.org2008-12-161-7/+8
| | | | | | | Lint passes. Review URL: http://codereview.chromium.org/14156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7057 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some Linux tests that pass after webkit upstream fix r39202.deanm@chromium.org2008-12-161-5/+0
| | | | | | Review URL: http://codereview.chromium.org/14154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7056 0039d316-1c4b-4281-b951-d872f2087c98
* serach-cancel-button-mouseup.html fails on both Windows and Linux.deanm@chromium.org2008-12-161-1/+3
| | | | | | Review URL: http://codereview.chromium.org/14153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7055 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up the unforked MessagePort.cpp.sgjesse@chromium.org2008-12-161-1/+1
| | | | | | | TBR=ager@chromium.org Review URL: http://codereview.chromium.org/14152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7054 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork MessagePort.cpp by postponing the entanglement of the message port ↵sgjesse@chromium.org2008-12-163-35/+37
| | | | | | | | | JavaScript wrappers to GC time. This have the drawback that message ports are "re-entangled/re-unentangled" for each GC which happens. This will most likely not make any noticable difference. Review URL: http://codereview.chromium.org/14150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7053 0039d316-1c4b-4281-b951-d872f2087c98
* Porting in browser/webdata and template_url.phajdan.jr@chromium.org2008-12-1611-202/+173
| | | | | | Review URL: http://codereview.chromium.org/14419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7052 0039d316-1c4b-4281-b951-d872f2087c98
* Don't show chrome://about/foo as the title for about:foo. Instead, show ↵abarth@chromium.org2008-12-162-4/+12
| | | | | | | | | | | about:foo. R=evanm Review URL: http://codereview.chromium.org/14203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7044 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebCore/platform/graphics/cg/ImageSourceCGMac.mm to the Mac buildmark@chromium.org2008-12-161-7/+11
| | | | | | Review URL: http://codereview.chromium.org/14146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7043 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge Build Fix (accidentally removed DeprecatedPtrListImpl.cpp from ↵dglazkov@google.com2008-12-161-0/+1
| | | | | | | | proj) Review URL: http://codereview.chromium.org/14454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7042 0039d316-1c4b-4281-b951-d872f2087c98
* Fix fixable list after merge. TBR to green build.ojan@google.com2008-12-161-6/+4
| | | | | | Review URL: http://codereview.chromium.org/14453 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7041 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39143:39309, Part 8 (port side)dglazkov@google.com2008-12-1618-46/+164
| | | | | | Review URL: http://codereview.chromium.org/14140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7040 0039d316-1c4b-4281-b951-d872f2087c98
* Omnibox metrics logging patch splitout, part 6: Log more omnibox data ↵pkasting@chromium.org2008-12-163-2/+13
| | | | | | | | | (client side). This is the last patch. It can't go in until Evan and I test it. Review URL: http://codereview.chromium.org/10666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7032 0039d316-1c4b-4281-b951-d872f2087c98
* Update SSL certificates.patrick@chromium.org2008-12-162-36/+76
| | | | | | Review URL: http://codereview.chromium.org/14438 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7031 0039d316-1c4b-4281-b951-d872f2087c98
* Undo part of the rebaslines of r7025.estade@chromium.org2008-12-16170-1426/+1426
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7030 0039d316-1c4b-4281-b951-d872f2087c98