summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable testCrazyFilenames, testSuggest on linux chromium botsnirnimesh@chromium.org2011-08-021-0/+4
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=85310 TEST= Review URL: http://codereview.chromium.org/7549018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95133 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where the SQLITE_OPEN_DELETEONCLOSE flag wasn't being respected.michaeln@google.com2011-08-021-1/+2
| | | | | | Review URL: http://codereview.chromium.org/7518041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95132 0039d316-1c4b-4281-b951-d872f2087c98
* debugging flakiness in ExtensionWebRequestApiTest.WebRequestEvents due to ↵scr@chromium.org2011-08-022-0/+9
| | | | | | | | | | | | recent changes. BUG=90476 TBR=mpcomplete@chromium.org TEST=mac 10.5 debug build. Review URL: http://codereview.chromium.org/7549017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95129 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testClearingAccuracynirnimesh@chromium.org2011-08-021-0/+1
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=88128 TEST= Review URL: http://codereview.chromium.org/7548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95128 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 842.0 to 843.0chrome-release@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95127 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testClearBrowsingDataShortcut on macnirnimesh@chromium.org2011-08-021-0/+2
| | | | | | | | | | R=dennisjeffrey@chromium.org BUG=75518 TEST= Review URL: http://codereview.chromium.org/7549015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95125 0039d316-1c4b-4281-b951-d872f2087c98
* Remove USE_BASE_DATA_PACK from build_config.h since it's onlytony@chromium.org2011-08-022-6/+4
| | | | | | | | | used in one file. Inline the usage instead. Review URL: http://codereview.chromium.org/7538030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95123 0039d316-1c4b-4281-b951-d872f2087c98
* Trace data display and nav improvements.jrg@chromium.org2011-08-026-190/+356
| | | | | | | | | | | | | | | | | Add arrow and shift keys to select next/previous. Dbl-click will zoom on (shift-dbl-click to zoom out). Display instant data instead of ignoring it. Elide event description text instead of trimming quickly when no room. Remove unused test file. Minor tweaks for presubmit (e.g. break up >80 lines). BUG= TEST= Review URL: http://codereview.chromium.org/7519010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95122 0039d316-1c4b-4281-b951-d872f2087c98
* Fix CRLFs to LFs in bug_report.js. TBR=rkc,maruel since gcl upload broken ↵tsepez@chromium.org2011-08-021-12/+12
| | | | | | until this is fixed. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95121 0039d316-1c4b-4281-b951-d872f2087c98
* Session restore by default should account for uninitialized statedhollowa@chromium.org2011-08-021-1/+9
| | | | | | | | | | | | Corrects logic for when Lion does not explicitly set a default for session restore. The implicit default is that session restore is enabled. BUG=75814 TEST=Manual testing. Review URL: http://codereview.chromium.org/7544037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95120 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Rewrote about:sync backend to use WeakHandlesakalin@chromium.org2011-08-0238-1625/+1327
| | | | | | | | | | | | | | | | | | | | | | | | This simplifies the handling of JS messages, replies, and events. Made ProcessJsMessage take a WeakHandle to a JsReplyHandler instead of having a JsEventRouter class (which is now removed). Add JsBackend parameter to OnInitializationComplete(). Renamed JsFrontend to JsController. Renamed JsEventHandlerList to SyncJsController. Handle events that happen before sync is initialized. Made about:sync work in incognito mode. BUG=90942,76809 TEST= Review URL: http://codereview.chromium.org/7518014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95119 0039d316-1c4b-4281-b951-d872f2087c98
* Fix font and selection issues for RenderText temporary code.msw@chromium.org2011-08-024-30/+40
| | | | | | | | | | | | | Remove unnecessary gfx namespace specifiers. This should restore the large font size, and render the cursor and selection in their correct positions. BUG=90426 TEST=touchui omnibox text interaction. Review URL: http://codereview.chromium.org/7540036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95118 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95117 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from r92181 to r92197.zmo@google.com2011-08-021-1/+1
| | | | | | | | BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7557001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95116 0039d316-1c4b-4281-b951-d872f2087c98
* Send back the URL that matched the SafeBrowsing list with the CSD ping.noelutz@google.com2011-08-026-5/+102
| | | | | | | | | | BUG= TEST=BrowserFeatureExtractorTest Review URL: http://codereview.chromium.org/7538009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95115 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: apps promoestade@chromium.org2011-08-027-32/+149
| | | | | | | | | | | first cut. It's visible when the promo is on AND the webstore is the only app on the page it's on. BUG=90560 TEST=manual with --force-apps-promo-visible Review URL: http://codereview.chromium.org/7520020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95114 0039d316-1c4b-4281-b951-d872f2087c98
* Documentation: Fixing sample code in proxy extension API docs.mkwst@chromium.org2011-08-022-4/+4
| | | | | | | | | | | | | We changed the wording from `xxxProxy` to `proxyForXxx`, but neglected to update the docs. BUG=91345 TEST=manual Review URL: http://codereview.chromium.org/7553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95113 0039d316-1c4b-4281-b951-d872f2087c98
* Passes empty params property in messages to DevToolsAgent.knorton@google.com2011-08-021-0/+1
| | | | | | Review URL: http://codereview.chromium.org/7549012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95112 0039d316-1c4b-4281-b951-d872f2087c98
* Nix GetFocusManagerForNativeView|Window.msw@chromium.org2011-08-0222-131/+86
| | | | | | | | | | | | Use Widget|View::GetFocusManager instead. Use Widget::Get[TopLevel]WidgetForNativeView|Window as necessary. BUG=88718 TEST=none Review URL: http://codereview.chromium.org/7532015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95111 0039d316-1c4b-4281-b951-d872f2087c98
* Don't reset blocked content for in-page navigations.bauerb@chromium.org2011-08-022-6/+41
| | | | | | | | | | BUG=91335 TEST=see bug Review URL: http://codereview.chromium.org/7551007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95110 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Do not invoke two-finger gestures if the Y direction was stronger than ↵rsesek@chromium.org2011-08-021-10/+23
| | | | | | | | | | | the X. BUG=90342 TEST=Make an 'L' shape with two fingers on Magic Trackpad. Chromium doesn't go back/forward. Review URL: http://codereview.chromium.org/7551017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95109 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94905 - Remove (now obsolete) IsNativeFontRendering apivandebo@chromium.org2011-08-028-1/+27
| | | | | | | | | | | Review URL: http://codereview.chromium.org/7482045 - The webkit side of this change was reverted. TBR=reed@google.com Review URL: http://codereview.chromium.org/7518042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95108 0039d316-1c4b-4281-b951-d872f2087c98
* Add Antoine to PPAPI owners so I don't keep having to rubberstamp his reviews.brettw@chromium.org2011-08-021-0/+1
| | | | | | Review URL: http://codereview.chromium.org/7550012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95107 0039d316-1c4b-4281-b951-d872f2087c98
* Add a != operator to the ContentSettingsPattern class.markusheintz@chromium.org2011-08-023-0/+24
| | | | | | | | | | BUG=none TEST=content_settings_pattern_unittest.cc Review URL: http://codereview.chromium.org/7549006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95105 0039d316-1c4b-4281-b951-d872f2087c98
* history: Remove unused friend declaration in StarredURLDatabase.tfarina@chromium.org2011-08-022-7/+5
| | | | | | | | | | | BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7552006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95104 0039d316-1c4b-4281-b951-d872f2087c98
* Add Remoting Host plugin to stage/archive processing.lambroslambrou@google.com2011-08-023-0/+17
| | | | | | | | | | | The intention is to have Breakpad symbols for the Remoting Host plugin uploaded to the crash servers. See the bug-report for background info. BUG=87632 TEST=Not sure how. Review URL: http://codereview.chromium.org/7538033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95103 0039d316-1c4b-4281-b951-d872f2087c98
* Sandbox: Fix a style nit. No actual code change.rvargas@google.com2011-08-021-3/+4
| | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7546001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95102 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95099 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up new GTMObjectSingleton.h with correct declaration of -release.dmaclach@chromium.org2011-08-021-1/+1
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7523064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95098 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a few unused functions.thakis@chromium.org2011-08-023-26/+0
| | | | | | | | | | | | | I temporarily enabled -Wunused-function in build/common.gypi, sent a tryjob to the linux clangbot, and fixed the fallout. BUG=none TEST=none Review URL: http://codereview.chromium.org/7548004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95097 0039d316-1c4b-4281-b951-d872f2087c98
* Added the comment for GetApplicationContext()michaelbai@google.com2011-08-021-1/+3
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7551018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95094 0039d316-1c4b-4281-b951-d872f2087c98
* Apply content-security-policy to chrome://appcache-internals and ↵tsepez@chromium.org2011-08-022-40/+31
| | | | | | | | | | | | chrome://blob-internals. Since these files live under /webkit, just hardcode the CSP directive rather than trying to read it from a resource bundle. Re-write the page to be compleltely free of javascript, falling back to form-posts, to avoid having to pull in an external file. Review URL: http://codereview.chromium.org/7518011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95093 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Remove |page_number| from StartPageForVectorCanvas function ↵kmadhusu@chromium.org2011-08-0215-67/+30
| | | | | | | | | | | | | and |page_slot| from PrintMsg_PrintPage_Params. We will not add preview pages to the complete metafile in out of order fashion. BUG=none TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7549001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95092 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Partial revert of r94122 to have three-finger gestures not respect the ↵rsesek@chromium.org2011-08-021-8/+1
| | | | | | | | | | | direction preference. BUG=90342 TEST=Turn on natural scrolling. Swiping three-finger LTR goes forward; RTL goes backward. Two-finger swiping does the inverse. Subtle, yes? Review URL: http://codereview.chromium.org/7553017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95091 0039d316-1c4b-4281-b951-d872f2087c98
* Removing FLAKY_ from Print Preview tests.scr@chromium.org2011-08-021-10/+5
| | | | | | | | | | | | I'll check the logs after crrev.com/95048 is built to ensure that the FLAKY_* tests are passing, then I'd like to remove the FLAKY_ flag. BUG=90476 TEST=browser_tests --gtest_filter=PrintPreview*WebUI*.* Review URL: http://codereview.chromium.org/7554004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95090 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-029-10/+253
| | | | | | | | | | | Pass --memory-widget on CrOS to get a real-time display, updated every 5 seconds, of the system's free memory. Tooltip and menu itself detail the data from /proc/meminfo. Also made base::GetSystemMemoryInfo() available on Linux systems to provide detailed data. BUG=chromium-os:18446 TEST=manual Review URL: http://codereview.chromium.org/7518010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95089 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove a bunch of unneeded includes from view_win.cctfarina@chromium.org2011-08-021-12/+3
| | | | | | | | | | | BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7552005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95088 0039d316-1c4b-4281-b951-d872f2087c98
* ProfileManager::GetLastUsedProfile should only return profiles it manages.yoz@chromium.org2011-08-021-2/+5
| | | | | | | | | | | Mac shutdown uses GetLastUsedProfile, which in live_sync_tests unfortunately grabs a test Profile, which wasn't managed by ProfileManager. BUG=90725 TEST=mac sync_integration_tests don't crash; other tests aren't broken Review URL: http://codereview.chromium.org/7541035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95087 0039d316-1c4b-4281-b951-d872f2087c98
* Small bug fix in get_all_column_names() in layout test analyzer. When if ↵imasaki@google.com2011-08-022-1/+19
| | | | | | | | include_other_fields is false, return_list should not include the OTHER_FIELD_NAME. Review URL: http://codereview.chromium.org/7518038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95086 0039d316-1c4b-4281-b951-d872f2087c98
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-0216-21/+598
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7518032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95085 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for hotkey to quit chromoting.dmaclach@chromium.org2011-08-024-35/+118
| | | | | | | | | BUG=NONE TEST=Start up chromoting session, try hitting "shift-esc" on host to quit the session. Review URL: http://codereview.chromium.org/7466041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95084 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-0214-15/+23
| | | | | | | | | | All 'low-hanging' platform_canvas.h dependencies have been removed, and replaced with skia-specific includes. BUG=None TEST=None Review URL: http://codereview.chromium.org/7517020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95083 0039d316-1c4b-4281-b951-d872f2087c98
* Make WebUI certificate viewer titles have some spacing.flackr@chromium.org2011-08-021-0/+2
| | | | | | | | | | | | Using spans the padding around the title elements was overlapping the previous element. By using display style inline-block this padding is now visible as spacing after the previous element. BUG=None TEST=Manually checked that titles in certificate viewer now have spacing around them. Review URL: http://codereview.chromium.org/7530028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95082 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: hide Inspect Element from the popup on DevTools.pfeldman@chromium.org2011-08-023-18/+16
| | | | | | | | | | | (re-applying) BUG=91325 TEST= Review URL: http://codereview.chromium.org/7542012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95081 0039d316-1c4b-4281-b951-d872f2087c98
* Make FileManager working with no root entries (may be halpfull for debugging ↵serya@chromium.org2011-08-022-5/+5
| | | | | | | | | | | | purposes). BUG=None TEST=None Review URL: http://codereview.chromium.org/7552003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95080 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "DevTools: hide Inspect Element from the popup on DevTools."jeremy@chromium.org2011-08-023-16/+18
| | | | | | | | | | | | | This reverts commit 9b6e03673d216591c62888f2cbb2b5a697bc01ca. BUG=91355 TBR=pfeldman TEST= Review URL: http://codereview.chromium.org/7549007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95079 0039d316-1c4b-4281-b951-d872f2087c98
* Profile shouldn't own CloudPrintProxyService.torne@chromium.org2011-08-0216-39/+104
| | | | | | | | | | | | | CloudPrintProxyService is now owned by CloudPrintProxyServiceFactory, using Profile as a key. This uses the ProfileKeyedService infrastructure originally created for ThemeServiceFactory. BUG=77155 TEST=existing tests Review URL: http://codereview.chromium.org/6792047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95078 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: hide Inspect Element from the popup on DevTools.pfeldman@chromium.org2011-08-023-18/+16
| | | | | | | | | BUG=91325 TEST= Review URL: http://codereview.chromium.org/7548007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95077 0039d316-1c4b-4281-b951-d872f2087c98
* Change TopSites and History to use gfx::Image instead of SkBitmap in theirpinkerton@chromium.org2011-08-0216-112/+108
| | | | | | | | | | public APIs. Move JPEG encoding into image utils. BUG=none TEST=unit tests all pass Review URL: http://codereview.chromium.org/7461118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95075 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-08-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95074 0039d316-1c4b-4281-b951-d872f2087c98