summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert r37535.darin@chromium.org2010-01-2924-362/+53
| | | | | | | | | | | | | There was no LGTM, and there was still open discussion in the code review. See http://codereview.chromium.org/554119. This was not ready to land. TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/553154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37556 0039d316-1c4b-4281-b951-d872f2087c98
* Fix passing pointers between processes.jam@chromium.org2010-01-2919-509/+425
| | | | | | | BUG=31880 Review URL: http://codereview.chromium.org/558036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37555 0039d316-1c4b-4281-b951-d872f2087c98
* Try to add a useful comment about a case I hit today, at Scott's urging.pkasting@chromium.org2010-01-291-1/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/558031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37554 0039d316-1c4b-4281-b951-d872f2087c98
* Use refactored filename rules in net.gyp.evan@chromium.org2010-01-292-33/+8
| | | | | | | | | | | | | build/common.gypi has some general patterns for filenames on platforms, e.g. "don't build _win.cc on non-Windows", so we don't need to duplicate them here. While I'm at it, add the FreeBSD/OpenBSD tests as well, since that was what prompted this change. Review URL: http://codereview.chromium.org/558034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37553 0039d316-1c4b-4281-b951-d872f2087c98
* linux: fixes for the glsl rendererpiman@google.com2010-01-295-10/+11
| | | | | | Review URL: http://codereview.chromium.org/549203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37552 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes compile warning on linux/views when building 64 bit.sky@chromium.org2010-01-292-12/+14
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/551208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37551 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enables CFInstance RPC tests for Firefox that were previously timing out ↵slightlyoff@chromium.org2010-01-292-4/+2
| | | | | | | | | | | | | due to insufficient windows for allowing plugin startup. We now assume that startup/loading will succeed in 5 seconds (reasonable for a debug build or slow bots) and that we should wait no longer than 1 seconds to send the ack messages. This puts us well inside the 10s initialization window of CFInstall.js, upped from a previous 1s window in: http://codereview.chromium.org/464077 BUG=24100 TEST=chrome_frame_tests.exe --gtest_filter=*WidgetModeFF_CFInstanceRPCInternal* Review URL: http://codereview.chromium.org/551199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37550 0039d316-1c4b-4281-b951-d872f2087c98
* modify url for About Google Translatekuan@chromium.org2010-01-291-1/+1
| | | | | | | | BUG=31297 TEST=none for now. Review URL: http://codereview.chromium.org/557060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37548 0039d316-1c4b-4281-b951-d872f2087c98
* Replace GtkFileChooser with file browser for ChromeOSxiyuan@chromium.org2010-01-2911-145/+1050
| | | | | | | | | | | | | - Remove dialogs_gtk.cc and add select_file_dialog.cc for chrome os build; - select_file_dialog.cc provides a SelectFileDialogImpl that serves file browse html via HTMLDialogUI; BUG=none TEST=none Review URL: http://codereview.chromium.org/543137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37547 0039d316-1c4b-4281-b951-d872f2087c98
* Rename NaCl flag for Mac to avoid confusion with --internal-naclgregoryd@google.com2010-01-294-6/+15
| | | | | | Review URL: http://codereview.chromium.org/549197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37546 0039d316-1c4b-4281-b951-d872f2087c98
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-2923-536/+346
| | | | | | | | | | | | All status is now in the Device3D context. It can be retreived with fewer IPC messages. It can be now be accessed off the main plugin thread, which is necessary to run OpenGL in another thread. TEST=none BUG=none Review URL: http://codereview.chromium.org/555020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37545 0039d316-1c4b-4281-b951-d872f2087c98
* Update O3D DEPS to pull in current Nixysa.maf@google.com2010-01-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/557052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37544 0039d316-1c4b-4281-b951-d872f2087c98
* linux: two rebaselines due to recent work of mine on complex textevan@chromium.org2010-01-297-23/+18
| | | | | | | | BUG=30180,32201,33356 Review URL: http://codereview.chromium.org/558024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37541 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DB perf tests for now. For some unknown reason they're takingdumi@chromium.org2010-01-291-2/+4
| | | | | | | | | | | | way too much time to run on the release perf bots. BUG=none TEST=none Review URL: http://codereview.chromium.org/552238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37540 0039d316-1c4b-4281-b951-d872f2087c98
* Fix possible iterator corruption in Carbon plugin idle event handlingstuartmorgan@chromium.org2010-01-291-2/+6
| | | | | | | | | BUG=33467 TEST=Scroll a Carbon plugin on and off screen repeatedly; it should not crash. Review URL: http://codereview.chromium.org/556078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37539 0039d316-1c4b-4281-b951-d872f2087c98
* Changes top-level browser process name back to "Chrome_WidgetWin_" from ↵gwilson@google.com2010-01-291-1/+3
| | | | | | | | | | | | "Chrome_WindowImpl_". R=cpu BUG=none TEST=run gcapi unit test, Chrome should launch and resize properly. Review URL: http://codereview.chromium.org/554125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37538 0039d316-1c4b-4281-b951-d872f2087c98
* A little more polish on the RSS extension.finnur@chromium.org2010-01-294-5/+6
| | | | | | | | | | | | | | | | | | | - Fix previewing of sites the contain html in the title. Example feed: http://code.google.com/feeds/p/chromium/updates/basic - The [ Feed ] link now links to the view-source, killing three birds with one stone (gives people access to raw feed, doesn't open the same feed again in a new tab and shows the feed url in the address bar so people don't have to right-click the link). - Make sure the title links we create don't show inline in the iframe by setting the target to _top. BUG=None TEST=None (already has feed parsing tests). Review URL: http://codereview.chromium.org/551201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37537 0039d316-1c4b-4281-b951-d872f2087c98
* Revert previously disabled mac tests.rohitrao@chromium.org2010-01-293-18/+0
| | | | | | | | | | Reverts the following cls: 37467, 37475, 37481, 37486, 37488, 37489, 37494 BUG=33451 TEST=Please please pass. Review URL: http://codereview.chromium.org/558047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37536 0039d316-1c4b-4281-b951-d872f2087c98
* Implement extended cookie controls.jochen@chromium.org2010-01-2924-53/+362
| | | | | | | | | BUG=32782 TEST=none Review URL: http://codereview.chromium.org/554119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37535 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r54075 to resolve Mac NTP issues.darin@chromium.org2010-01-292-1/+4
| | | | | | | TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37534 0039d316-1c4b-4281-b951-d872f2087c98
* Icons for content blocking notifications.pkasting@chromium.org2010-01-295-0/+0
| | | | | | | | | Previously reviewed by sky as part of a larger change. BUG=33314 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37530 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: Slightly widen the bug_20653b suppression.thestig@chromium.org2010-01-292-2/+2
| | | | | | | | BUG=20653 TEST=wine_valgrind bot goes green. Review URL: http://codereview.chromium.org/555171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37529 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a suppression.thestig@chromium.org2010-01-291-1/+1
| | | | | | | | BUG=33426 TEST=none Review URL: http://codereview.chromium.org/557061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37528 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r37508. Implement HostContentSettingsMap.jochen@chromium.org2010-01-2918-32/+509
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/555172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37526 0039d316-1c4b-4281-b951-d872f2087c98
* Mac bookmark manager: Crash after deleting folder in left panesnej@chromium.org2010-01-293-10/+33
| | | | | | | | BUG=33083 TEST=BookmarkTreeControllerTest.Deletion git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37521 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up some things about LocationBarView:pkasting@chromium.org2010-01-292-51/+41
| | | | | | | | | | | | * PageActionViews can be parent-owned, simplifying things. * Using iterators in some loops could make a few things less verbose. * Misc. other tiny bits like removed extra qualifiers or unneeded blank lines. BUG=none TEST=none Review URL: http://codereview.chromium.org/557053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37520 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Implement HostContentSettingsMap"evan@chromium.org2010-01-2923-550/+36
| | | | | | | | This reverts commit r37508, as it was crashing on the reliability bots. Review URL: http://codereview.chromium.org/556076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37519 0039d316-1c4b-4281-b951-d872f2087c98
* linux: modify test_expectations to reflect current tree stateevan@chromium.org2010-01-291-4/+5
| | | | | | BUG=covered by existing bugs, it seems git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37518 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools upstreaming: move code to WebKit namespaceyurys@chromium.org2010-01-2918-51/+75
| | | | | | | | BUG=28062 Review URL: http://codereview.chromium.org/552234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37514 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54045:54059pfeldman@chromium.org2010-01-293-6/+8
| | | | | | Review URL: http://codereview.chromium.org/553147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37513 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove obsolete code.yurys@chromium.org2010-01-291-31/+0
| | | | | | Review URL: http://codereview.chromium.org/555160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37511 0039d316-1c4b-4281-b951-d872f2087c98
* Implement HostContentSettingsMapjochen@chromium.org2010-01-2923-36/+550
| | | | | | | | | | | This map stores whether a given host may load images or use plugins and javascript. And makes this information available to the render view BUG=32782 TEST=none Review URL: http://codereview.chromium.org/551149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37508 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 309.0 to 310.0chrome-release@google.com2010-01-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37507 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix console autocomplete against global object (while not on a ↵pfeldman@chromium.org2010-01-291-1/+1
| | | | | | | | | | | breakpoint). TBR=yurys BUG=33403 Review URL: http://codereview.chromium.org/558022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37506 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove obsolete references to chrome://inspector/yurys@chromium.org2010-01-292-8/+1
| | | | | | Review URL: http://codereview.chromium.org/558040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37505 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: reapply r37407 with fixed regex. Test now passes.mnaganov@chromium.org2010-01-291-18/+7
| | | | | | | | TBR=pfeldman@chromium.org Review URL: http://codereview.chromium.org/556073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37504 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54016:54045.pfeldman@chromium.org2010-01-293-2/+9
| | | | | | Review URL: http://codereview.chromium.org/551202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37503 0039d316-1c4b-4281-b951-d872f2087c98
* More relaxing suppressionsoshima@chromium.org2010-01-291-21/+2
| | | | | | | | | | TBR=wtc@chromium.org,veittrungluu@chromium.org BUG=33394,32084 TEST=none Review URL: http://codereview.chromium.org/558039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37502 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-2915-330/+310
| | | | | | | | | | | Consolidates all the callers to using the testing::AssertionResult() flavor, and renames them to have "Event" in the name. This rename is in anticipation of adding testers for other entry types. BUG=NONE TEST=existing Review URL: http://codereview.chromium.org/551135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37501 0039d316-1c4b-4281-b951-d872f2087c98
* Relaxing the conditionoshima@chromium.org2010-01-291-2/+0
| | | | | | | | | | TBR=viettrungluu@chromium.org BUG=33475 TEST=none Review URL: http://codereview.chromium.org/558037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37500 0039d316-1c4b-4281-b951-d872f2087c98
* fix v8 issues by not adding explicit () in eval unless it's necessary.piman@google.com2010-01-291-15/+20
| | | | | | Review URL: http://codereview.chromium.org/557055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37499 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes scrolling bug in autofill profiles. The problem was duringsky@chromium.org2010-01-291-1/+1
| | | | | | | | | | | | layout you can't set the origin to a location or 0x0, otherwise you blow away the scroll. BUG=none TEST=none Review URL: http://codereview.chromium.org/552225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37498 0039d316-1c4b-4281-b951-d872f2087c98
* linux: arm fixespiman@google.com2010-01-295-37/+6
| | | | | | Review URL: http://codereview.chromium.org/549104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37497 0039d316-1c4b-4281-b951-d872f2087c98
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-298-164/+185
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/549201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37496 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing a known leak erroroshima@chromium.org2010-01-292-0/+12
| | | | | | | | | | | | Seems like this was never executed in the test. TBR=viettrungluu@chromium.org BUG=33475 TEST=valgrind test should cycle green Review URL: http://codereview.chromium.org/553146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37495 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashing mac ui testvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | TBR=aa BUG=33451 TEST=mac ui test git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37494 0039d316-1c4b-4281-b951-d872f2087c98
* bad call to Init() TBR(cmasone)davemoore@chromium.org2010-01-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/552230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37493 0039d316-1c4b-4281-b951-d872f2087c98
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-299-20/+27
| | | | | | Review URL: http://codereview.chromium.org/556068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37492 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad var use. TBR:cmasonedavemoore@chromium.org2010-01-291-3/+2
| | | | | | | | allow login without network Review URL: http://codereview.chromium.org/549202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37491 0039d316-1c4b-4281-b951-d872f2087c98
* allow login without networkdavemoore@chromium.org2010-01-291-16/+12
| | | | | | | | This allows locally cached logins and admin logins to work. Review URL: http://codereview.chromium.org/548196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37490 0039d316-1c4b-4281-b951-d872f2087c98