summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoidpamg@google.com2008-12-161-0/+9
| | | | | | | | | | | | | false UMR reports from Purify due to asynchronous filling of memory from the socket. BUG=5297 TEST=run test_shell.exe http://localhost:8080/multipart/invalid-image-data-standalone.html in Purify, see no UMRs in net code. Or watch the layout-test Purify buildbot running http/tests/invalid-image-data{-standalone}.html Review URL: http://codereview.chromium.org/13331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7028 0039d316-1c4b-4281-b951-d872f2087c98
* Layout test clean up.estade@chromium.org2008-12-162-3/+2
| | | | | | | | 1. Fix a baseline (test still doesn't pass). 2. Remove a now-passing test from tests_fixable. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7027 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary temporary GlobalRequestID objects.wtc@google.com2008-12-161-5/+2
| | | | | | | | | (I found these while investigating bug 4749.) R=eroman Review URL: http://codereview.chromium.org/12974 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7026 0039d316-1c4b-4281-b951-d872f2087c98
* Update SVG path debug string to match what Webkit expects.estade@chromium.org2008-12-16289-2310/+2209
| | | | | | Review URL: http://codereview.chromium.org/14434 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7025 0039d316-1c4b-4281-b951-d872f2087c98
* * Launch Chrome in non-elevated mode.kuchhal@chromium.org2008-12-167-86/+202
| | | | | | | | | | | | Currently Google Update LaunchCmdLine launches command with the callers token. To launch non-elevated we try to get the token of explorer.exe and impersonate it (same as what Google Update does in another place). Also fix a bug in Compatibility check function. We should exit if we fail to load advapi32.dll and not if we succeed. I am still doing testing with various builds of Google Update. Review URL: http://codereview.chromium.org/12970 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7023 0039d316-1c4b-4281-b951-d872f2087c98
* I fail at reading code review comments. Second try at getting the white ↵abarth@chromium.org2008-12-161-2/+2
| | | | | | | | | | space right. R=wtc Review URL: http://codereview.chromium.org/14445 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7022 0039d316-1c4b-4281-b951-d872f2087c98
* Rip out custom WM_GETMINMAXINFO handling entirely. I think this is a relic ↵pkasting@chromium.org2008-12-165-52/+0
| | | | | | | | | | | of the old Halo Frame. Trying to rip it out halfway results in problems, like the taskbar not un-auto-hiding when Chromium is maximized. This should result in correct handling of maximized windows on multiple monitors with different resolutions, taskbar positions, and auto-hide settings (since we're just using the native Windows code to do everything). BUG=943445 Review URL: http://codereview.chromium.org/14446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7021 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminates the dependencies between views and browser, and also does some ↵klink@chromium.org2008-12-169-71/+48
| | | | | | | | | | | other minor cleanups. The special casing for the OmniBox that used to live in the ViewAccessibility code could be removed due to the fact that the only assistive technologies depending on this case are now testing tools. The end-user tools will see no difference, and the testing tools can access the OmniBox IAccessible by directly giving it keyboard/mouse focus. BUG=2237 Review URL: http://codereview.chromium.org/14036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7020 0039d316-1c4b-4281-b951-d872f2087c98
* Add a manifest to chrome.dll.paulg@google.com2008-12-162-0/+10
| | | | | | Review URL: http://codereview.chromium.org/14128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7019 0039d316-1c4b-4281-b951-d872f2087c98
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-162-1/+8
| | | | | | | | | TBR=wtc Review URL: http://codereview.chromium.org/14444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7018 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to the autofill popup:jcampan@chromium.org2008-12-166-20/+59
| | | | | | | | | | | - we now reuse the existing popup if there is one (instead of creating a new on with each key stoke), this prevents the flickering we used to see. - we don't hide the popup on every key stroke, instead we rely on the client editor telling us the field is not being edited anymore. TEST=Enter some text in a form's text field several times, the autofill should show and not flicker. BUG=5258 Review URL: http://codereview.chromium.org/14100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7017 0039d316-1c4b-4281-b951-d872f2087c98
* Add a ui test to make sure the Find box does not go away on Reload but doesfinnur@google.com2008-12-153-8/+35
| | | | | | | | go away when you navigate to a new page. Review URL: http://codereview.chromium.org/14130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7016 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some incorrect windows baselines (these tests are alreadytc@google.com2008-12-1510-5/+0
| | | | | | | | | marked as failing). Move a baseline that's correct on win and linux. Review URL: http://codereview.chromium.org/14435 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7014 0039d316-1c4b-4281-b951-d872f2087c98
* Apparently some of the FMM's are flakey.erikkay@google.com2008-12-153-94/+447
| | | | | | | | | | Also, some of the stacks are different in the layout case. TBR=brettw Review URL: http://codereview.chromium.org/14132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7012 0039d316-1c4b-4281-b951-d872f2087c98
* fix build bustagedarin@chromium.org2008-12-151-8/+8
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7011 0039d316-1c4b-4281-b951-d872f2087c98
* message_pump_libevent refactor:jeremy@chromium.org2008-12-1510-261/+310
| | | | | | | | | | * Unify WatchSocket & WatchFileHandle. * Better encapsulate libevent. * Fix a bug with blocking writes in ipc_posix.cc Review URL: http://codereview.chromium.org/13757 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7010 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a NOTIMPLEMENTED() that is obvious and cluttering our debug output.evanm@google.com2008-12-151-1/+0
| | | | | | | Review URL: http://codereview.chromium.org/14109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7009 0039d316-1c4b-4281-b951-d872f2087c98
* Move contents of platform/graphics/svg to svg/graphics/skia todarin@google.com2008-12-1510-43/+51
| | | | | | | | | | | | | match where the files will live once we upstream them. (There are no mac project changes because our mac port does not use any of these files.) R=evan Review URL: http://codereview.chromium.org/14127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7008 0039d316-1c4b-4281-b951-d872f2087c98
* Fun file renaming patch.darin@google.com2008-12-156-25/+51
| | | | | | | | | | | | SoundPosix.cpp -> SoundChromiumPosix.cpp IconMac.cpp -> IconChromiumMac.cpp IconLinux.cpp -> IconChromiumLinux.cpp R=evan Review URL: http://codereview.chromium.org/14433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7007 0039d316-1c4b-4281-b951-d872f2087c98
* Trying to handle a few more of the things that crash/fail/etc. so we can get tothomasvl@chromium.org2008-12-151-18/+25
| | | | | | | | a more even state for build bots. Lint passes. Review URL: http://codereview.chromium.org/14126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7006 0039d316-1c4b-4281-b951-d872f2087c98
* Second attempt at extending the back button to the left edge when maximized.abarth@chromium.org2008-12-151-2/+16
| | | | | | | | | | | This time, we do everything programatically and extend the target area only when the window is maximized. After this patch, we don't actually get the left-most pixel to be targetable on XP because our frame code is borked, but this should work once we unbork that. BUG=3484 R=beng Review URL: http://codereview.chromium.org/13782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7005 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup IsExecutableMimeType.abarth@chromium.org2008-12-151-17/+21
| | | | | | | | R=cpu Review URL: http://codereview.chromium.org/14417 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7004 0039d316-1c4b-4281-b951-d872f2087c98