summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Collapse)AuthorAgeFilesLines
* Use new touchpad apidavemoore@chromium.org2010-09-082-10/+1
| | | | | | | | | | BUG=chromium-os:4727,chromium-os:2863 TEST=Confirm that the UI only shows 2 settings (tap-to-click and sensitivity) Confirm that the settings work on both x86-generic and x86-dogfood builds. Review URL: http://codereview.chromium.org/3315016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58842 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r58827. It caused browser_tests ExtensionApiTest.Rlz to fail.mark@chromium.org2010-09-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Failures: http://build.chromium.org/buildbot/waterfall/builders/XP%20Tests/builds/22649/steps/browser_tests/logs/stdio http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/22157/steps/browser_tests/logs/stdio ( RUN ) sendFinancialPing ( FAILED ) sendFinancialPing Got EXTENSION_TEST_FAILED notification. .\browser\extensions\extension_rlz_apitest.cc(67): error: Value of: RunExtensionTest("rlz") Actual: false Expected: true FAIL (no message) at Object.callback (chrome-extension://acmddjjmpkiijbjcdpchhmniojioobgh/test.js:147:63) at Object.<anonymous> (chrome/ExtensionProcessBindings:124:19) [ FAILED ] ExtensionApiTest.Rlz (1531 ms) BUG=54294 TEST=green tests TBR=rogerta@google.com Review URL: http://codereview.chromium.org/3371006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58839 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use the return value of rlz_lib::SendFinancialPing() as the return valuerogerta@google.com2010-09-081-1/+2
| | | | | | | | | | | | | of the chrome extension API, since a false does not represent an error. Added an optional callback to the API so that caller can determine if the ping was sent or not. BUG=54294 TEST=n/a Review URL: http://codereview.chromium.org/3358012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58827 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58809 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-27/+4
| | | | | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3369007 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3359013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58816 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-4/+27
| | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3369007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58809 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58802 - Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-27/+4
| | | | | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3307013 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/3317013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58807 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the webNavigation.onCommitted event.jochen@chromium.org2010-09-084-4/+27
| | | | | | | | | BUG=50943 TEST=ExtensionApiTest.WebNavigationEvents Review URL: http://codereview.chromium.org/3307013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58802 0039d316-1c4b-4281-b951-d872f2087c98
* Fix deserializition for message 65707 (ViewMsg_ExtensionsUpdated)dpolukhin@chromium.org2010-09-081-1/+1
| | | | | | | | | | | I'm not sure that it's right solution but EXTERNAL_PREF_DOWNLOAD is valid enum value so there is no reason to prohibit its deserialization. TEST=none BUG=54241 Review URL: http://codereview.chromium.org/3365013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58801 0039d316-1c4b-4281-b951-d872f2087c98
* Build failure fix: Disabling accelerated compositing on the mac as it fails ↵vangelis@chromium.org2010-09-082-0/+6
| | | | | | | | | | media related UI tests on 10.5 . This failure was introduced in r58792. TBR=kbr@google.com Review URL: http://codereview.chromium.org/3336014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58797 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-084-7/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3232003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
* Enable webgl and accelerated compositing by default on all platforms. Removesvangelis@chromium.org2010-09-084-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-webgl and --enable-accelerated-compositing flags and replaces them by --disable-webgl and --disable-accelerated-compositing. This CL is practically identical to: http://src.chromium.org/viewvc/chrome?view=rev&revision=58711 which was checked in the later reverted in: http://src.chromium.org/viewvc/chrome?view=rev&revision=58730 due to UI test failures related to video playback via the compositor. The main difference is that mac is no longer excluded so the two features are now turned on on all 3 platforms. The issue with the failing UI tests was corrected upstream in WebKit: http://trac.webkit.org/changeset/66923 so this WebKit change must be rolled in before the chromium change lands. BUG=54469 TEST=NONE Review URL: http://codereview.chromium.org/3348012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58792 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58778 - New authorization framework for sync. johnnyg@chromium.org2010-09-083-36/+4
| | | | | | | | | | | | | | | | | | | | | To quote chron's original patch (http://codereview.chromium.org/3148036/show) <blockquote> This patch removes: authenticator.cc, auth_watcher.cc removes calls to user_settings.cc, removes an authenticate PB request to the server, and moves token storage into the Chrome TokenService. This patch introduces the SigninManager, which is an interim solution for user management prior to moving the system into chrome. Other changes include removing the dependency on the sync backend to be running while the sync wizard is intially displayed. This means that the backend can be brought up in response to credentials becoming available. The backend now is always provided credentials on startup. If an auth error occurs, it propogates it up via a notification. Some event handlers were removed and streamlined for more straightforward sync system startup. </blockquote> BUG=51001, 50293, 35158 TEST=Unit tests && Start up sync, log in, log out, run with expired credentials, run with new gaia credentials, run with gaia credentials updated while system is syncing. Try logging in with incorrect username. Trigger CAPTCHA. Try logging out and in repeatedly. Check about:sync works. Try going offline and back online again. Expire gaia credentials and try renewing it with the UI dialog. Review URL: http://codereview.chromium.org/3305003 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/3310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58782 0039d316-1c4b-4281-b951-d872f2087c98
* New authorization framework for sync. johnnyg@chromium.org2010-09-083-4/+36
| | | | | | | | | | | | | | | | | | To quote chron's original patch (http://codereview.chromium.org/3148036/show) <blockquote> This patch removes: authenticator.cc, auth_watcher.cc removes calls to user_settings.cc, removes an authenticate PB request to the server, and moves token storage into the Chrome TokenService. This patch introduces the SigninManager, which is an interim solution for user management prior to moving the system into chrome. Other changes include removing the dependency on the sync backend to be running while the sync wizard is intially displayed. This means that the backend can be brought up in response to credentials becoming available. The backend now is always provided credentials on startup. If an auth error occurs, it propogates it up via a notification. Some event handlers were removed and streamlined for more straightforward sync system startup. </blockquote> BUG=51001, 50293, 35158 TEST=Unit tests && Start up sync, log in, log out, run with expired credentials, run with new gaia credentials, run with gaia credentials updated while system is syncing. Try logging in with incorrect username. Trigger CAPTCHA. Try logging out and in repeatedly. Check about:sync works. Try going offline and back online again. Expire gaia credentials and try renewing it with the UI dialog. Review URL: http://codereview.chromium.org/3305003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58778 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58768 - Adding the sync-notification-host command line parameter to ↵rsimha@chromium.org2010-09-072-4/+0
| | | | | | | | | | | | | | | | | | | the integration tests. The sync integration tests currently access the network to communicate with the notification server. We need to move to a model where all server accesses are stubbed out by local servers. This is the first step towards implementing a local notification server. BUG=53933,53931 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3326007 TBR=rsimha@chromium.org Review URL: http://codereview.chromium.org/3318016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58769 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the sync-notification-host command line parameter to the integration ↵rsimha@chromium.org2010-09-072-0/+4
| | | | | | | | | | | | | | | | tests. The sync integration tests currently access the network to communicate with the notification server. We need to move to a model where all server accesses are stubbed out by local servers. This is the first step towards implementing a local notification server. BUG=53933,53931 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3326007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58768 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a sample for the extensions idle API.kurrik@chromium.org2010-09-0710-2/+237
| | | | | | | | | | | | Rendered the samples directory for the new sample. News examples order changed in samples.(json|html) due to previous CL's sorting fix. BUG=None TEST=None Review URL: http://codereview.chromium.org/3315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58764 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up benchmarks and pop warning message on error triggered by redirect.lzheng@chromium.org2010-09-071-1/+6
| | | | | | | | | | | | Clean up benchmarks[] between tests. Otherwise, if there is a bad url, it will stuck there forever till we result the extension. Pop out a warning if the url is redirected and thus could not find an entry in benchmarks[]. This should have only to the parent frames since in script.js, we don't post event for subframes result (window.parent != window). TEST=none BUG=none Review URL: http://codereview.chromium.org/3318015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58763 0039d316-1c4b-4281-b951-d872f2087c98
* Added GPU stat for whether a GPU can report context lost.apatrick@chromium.org2010-09-078-118/+201
| | | | | | | | | | | | | | | On Windows it checks to see if the IDirect3D9 object supports Vista and later features (meaning it won't routinely report lost contexts). On Linux and Mac we can just check if its EGL versus some other GL that doesn't report lost contexts. I routed the stats to the renderer process so webkit code can query whether lost contexts are likely. I didn't wire up breakpad yet. TEST=try BUG=52318 Review URL: http://codereview.chromium.org/3149016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58755 0039d316-1c4b-4281-b951-d872f2087c98
* Makes --disable-hang-monitor apply to navigations and closing tabs.creis@google.com2010-09-071-1/+3
| | | | | | | | | BUG=none TEST=Pass --disable-hang-monitor and close a tab with a slow onunload event. Review URL: http://codereview.chromium.org/3327011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58737 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-071-1/+1
| | | | | | | | | | | | Sleeping is an unreliable method to wait for things. Instead, we set up an observer. BUG=none TEST=none Review URL: http://codereview.chromium.org/3300011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58731 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r58711. It appears to have caused video/media-related ui_testsmark@chromium.org2010-09-074-13/+6
| | | | | | | | | | | | | | | | failures on Windows: MediaTest.VideoBearTheora MediaTest.VideoBearSilentTheora MediaTest.VideoBearWebm MediaTest.VideoBearSilentWebm UILayoutTest.MediaUILayoutTest BUG=54469 TEST=tree Review URL: http://codereview.chromium.org/3333019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58730 0039d316-1c4b-4281-b951-d872f2087c98
* Turning WebGL and the accelerated compositor on by default (linux and ↵vangelis@chromium.org2010-09-074-6/+13
| | | | | | | | | | | windows only for the compositor), removing the --enable-webgl flag and adding --disable-webgl and --disable-accelerated-compositing. On the mac --enable-accelerated-compositing still needs to be supplied to enable the compositor. BUG=54469 Review URL: http://codereview.chromium.org/3342016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58711 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy to control 'show password' facility in the password manager.mnissler@chromium.org2010-09-074-0/+9
| | | | | | | | | BUG=49609 TEST=Manual Review URL: http://codereview.chromium.org/3299010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58692 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58630 - Add constants for preferences and policies related to the ↵mnissler@chromium.org2010-09-064-32/+0
| | | | | | | | | | | | | | | Default Search Provider. Add code to read these new policies into prefs. Add code to enable monitoring change to these preferences. BUG=49306 TEST=ConfigurationPolicyPrefStoreTest.* and ConfigurationPolicyProviderWinTest.* Review URL: http://codereview.chromium.org/3363005 Patch from Jean-Luc Brouillet <jeanluc@google.com>. TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/3307012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58637 0039d316-1c4b-4281-b951-d872f2087c98
* Add constants for preferences and policies related to the Default Search ↵mnissler@chromium.org2010-09-064-0/+32
| | | | | | | | | | | | Provider. Add code to read these new policies into prefs. Add code to enable monitoring change to these preferences. BUG=49306 TEST=ConfigurationPolicyPrefStoreTest.* and ConfigurationPolicyProviderWinTest.* Review URL: http://codereview.chromium.org/3363005 Patch from Jean-Luc Brouillet <jeanluc@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58630 0039d316-1c4b-4281-b951-d872f2087c98
* Regenerating extension docs.jochen@chromium.org2010-09-062-15/+15
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3340011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58623 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep.gavinp@chromium.org2010-09-041-1/+1
| | | | | | | | | | | | | | | | | (unfortunately, Mac & Windows started failing tab perf tests on this change) Sleeping is an unreliable method to wait for things. Instead, we set up an observer. BUG=none TEST=none Review URL: http://codereview.chromium.org/3300011 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3344009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58566 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-031-1/+1
| | | | | | | | | | | | Sleeping is an unreliable method to wait for things. Instead, we set up an observer. BUG=none TEST=none Review URL: http://codereview.chromium.org/3300011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58563 0039d316-1c4b-4281-b951-d872f2087c98
* Due to some unresolved blocking issues, we are switching Native Client back ↵cbiffle@google.com2010-09-032-4/+0
| | | | | | | | | | off for applications/extensions in M7. This change is aiming for a small diff, since I'm going to turn it right back on once this is cherrypicked. Thus there's some small redundancy, e.g. in render_view.cc. BUG=45881 TEST=included Review URL: http://codereview.chromium.org/3324002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58551 0039d316-1c4b-4281-b951-d872f2087c98
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-26/+1
| | | | | | | | | | | | | | | | | Also simplifies the way initial window state is set, by sending the same message that's used for later changes just after initialization instead of adding parameters to the init message. While this means we send one more async message if the plugin's renderer is visible, we remove an unnecessary synchronous call to the browser procces for plugins in background tabs, and we defer that synchronous call until after plugin initialization has started in the visible case. BUG=51391 TEST=Plugins loaded in a foreground page should react to keystrokes without having to switch tabs. Mouseovers should continue to work as before. Review URL: http://codereview.chromium.org/3356006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58521 0039d316-1c4b-4281-b951-d872f2087c98
* Complete initializing a GPU video decoder in a GLES2 contexthclam@chromium.org2010-09-032-17/+23
| | | | | | | | | | | | | | | | | In this patch a ggl::Context is connected to the GpuVideoDecoderHost in the renderer process. In the GPU process the GpuVideoDecoder is connected to a gles2::GLES2Decoder. These changes will be used in the future to switch context before issuing video decode commands. This is also needed by the GPU process to translate a client texture ID to a service texture ID in the GPU video decoder. BUG=53714 TEST=none Review URL: http://codereview.chromium.org/3266008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58518 0039d316-1c4b-4281-b951-d872f2087c98
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-031-0/+17
| | | | | | | | | | | | We need to beef up our automated test coverage before we come out from behind a flag, but in the mean time, let's fix these known issues. TEST=All the layout tests work in multi-process mode. BUG=none Review URL: http://codereview.chromium.org/3294002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58482 0039d316-1c4b-4281-b951-d872f2087c98
* Gracefully handle the case of empty preference file names in PrefValueStore.mnissler@chromium.org2010-09-032-3/+6
| | | | | | | | | BUG=53917 TEST=Instead of crashing, chrome should display a message if it cannot determine the local state file. Review URL: http://codereview.chromium.org/3322005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58471 0039d316-1c4b-4281-b951-d872f2087c98
* Add transition qualifiers to the web navigation api.jochen@chromium.org2010-09-032-3/+62
| | | | | | | | | BUG=50943 TEST=none Review URL: http://codereview.chromium.org/3354003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58469 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-032-5/+0
| | | | | | | | | | | | | | | | creating connections rather than doing it manually. With this update, I believe we no longer need to avoid preconnects through proxies. The new logic can handle that case. Also updated the predictor_api slightly for the next wave of work. BUG=none TEST=existing Review URL: http://codereview.chromium.org/3226011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58464 0039d316-1c4b-4281-b951-d872f2087c98
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-035-12/+25
| | | | | | | | | | | | last_accessed and creation_time fields. BUG=none TEST=none Review URL: http://codereview.chromium.org/3347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58454 0039d316-1c4b-4281-b951-d872f2087c98
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-032-0/+4
| | | | | | | | | | | This doesn't set the flag for workers. BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3240006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58453 0039d316-1c4b-4281-b951-d872f2087c98
* Add a second level of ordering to samples directory.kurrik@chromium.org2010-09-021-1/+9
| | | | | | | | | | | This should keep the news samples from randomly changing order. BUG=None TEST=Samples with the same name should not change when rebuilding samples.json Review URL: http://codereview.chromium.org/3304006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58425 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled ExtensionTest.IsPrivilegeIncrease, which was crashing.akalin@chromium.org2010-09-021-1/+2
| | | | | | | | | BUG=54332 TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/3360005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58421 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some issues with incognito split mode extensions.mpcomplete@chromium.org2010-09-023-1/+16
| | | | | | | | | | | | | | | | | - No longer create the background host if an extension has not been enabled for incognito. - Always open the options page in a normal window. Incognito options pages aren't able to save state. - Overrides (like NTP) now apply to incognito windows if the extension is split mode. BUG=54173 BUG=45879 TEST=Install chrome/common/extensions//docs/examples/api/override/blank_ntp. Allow it to run in incognito, and open an incognito window. The new tab page should say "Blank New Tab". Review URL: http://codereview.chromium.org/3360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58419 0039d316-1c4b-4281-b951-d872f2087c98
* fix bookmark permission. update unit test to test bookmarks and historyerikkay@chromium.org2010-09-022-1/+1
| | | | | | | | | BUG=none TEST=ExtensionTest.IsPrivilegeIncrease Review URL: http://codereview.chromium.org/3341007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58411 0039d316-1c4b-4281-b951-d872f2087c98
* fix string declarations to remove static initializererikkay@chromium.org2010-09-023-40/+40
| | | | | | | | | BUG=49544 TEST=manual test to see if static initializer is still present Review URL: http://codereview.chromium.org/3326006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58394 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up webkit_param_traits.h to use SimilarTypeTraits for enums that don'tmihaip@chromium.org2010-09-021-70/+10
| | | | | | | | | | have custom logic. BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/3333008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58368 0039d316-1c4b-4281-b951-d872f2087c98
* Add number of tabs opened in the process to crash meta data.antonm@chromium.org2010-09-024-0/+39
| | | | | | Review URL: http://codereview.chromium.org/3285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58347 0039d316-1c4b-4281-b951-d872f2087c98
* Warn the user to regenerate docs when changing examples.jochen@chromium.org2010-09-0258-71/+148
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3331002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58329 0039d316-1c4b-4281-b951-d872f2087c98
* Fix oauth contacts sample for edge case where a contact has no email.kurrik@chromium.org2010-09-021-2/+5
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3104012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58303 0039d316-1c4b-4281-b951-d872f2087c98
* New Shockwave version.panayiotis@google.com2010-09-011-2/+2
| | | | | | Review URL: http://codereview.chromium.org/3259004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58266 0039d316-1c4b-4281-b951-d872f2087c98
* fix history permission prompterikkay@chromium.org2010-09-011-1/+2
| | | | | | | | | BUG=54006 TEST=install an extension with history permission. it should warn you about access to your browser history. Review URL: http://codereview.chromium.org/3357002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58251 0039d316-1c4b-4281-b951-d872f2087c98
* Registered the service process to AutoRun (for Windows) if any service ↵sanjeevr@chromium.org2010-09-014-6/+5
| | | | | | | | | | | (CloudPrint or Remoting) is enabled. When all services are disabled, we delete the AutoRun key. Also remembered the enabled state of the Cloud Print Proxy in the service prefs. BUG=None TEST=After enabling cloud print or chromoting on Windows, the service process should auto start on user login. Review URL: http://codereview.chromium.org/3257011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58246 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that location.reload() reloads by passing true as an argument.skerner@chromium.org2010-09-013-9/+10
| | | | | | | | | | | | Changes can be seen here: http://www.corp.google.com/~skerner/cr3312005/tut_debugging.html BUG=45951 TEST=Tried the example in the docs. Review URL: http://codereview.chromium.org/3312005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58195 0039d316-1c4b-4281-b951-d872f2087c98