summaryrefslogtreecommitdiffstats
path: root/chrome/common/url_constants.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Aura] Remove webui applist and enable views applist.xiyuan@chromium.org2012-01-121-8/+0
| | | | | | | | | | BUG=105913,105620 TEST=Verify fix for issue 105913,105620. Review URL: http://codereview.chromium.org/9185014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117375 0039d316-1c4b-4281-b951-d872f2087c98
* revert 117139 - Revert 117136estade@chromium.org2012-01-111-0/+4
| | | | | | | | | | | | | | | | | separate about page into its own page (included in chrome://chrome) for now it's only enabled in cros, but we plan to have a version for desktop chrome as well, which is why I took it out of the chromeos namespace. BUG=109203 TEST=manual reason for the failure was conflict with r117025 as well as lack of cq coverage of chromeos (my local branch was behind r117025) TBR=dbeam Review URL: http://codereview.chromium.org/9114061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117160 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 117136 - separate about page into its own page (included in ↵dbeam@chromium.org2012-01-111-4/+0
| | | | | | | | | | | | | | | | | chrome://chrome) for now it's only enabled in cros, but we plan to have a version for desktop chrome as well, which is why I took it out of the chromeos namespace. BUG=109203 TEST=manual Review URL: http://codereview.chromium.org/9124028 TBR=estade@chromium.org Review URL: http://codereview.chromium.org/9147054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117139 0039d316-1c4b-4281-b951-d872f2087c98
* separate about page into its own page (included in chrome://chrome)estade@chromium.org2012-01-111-0/+4
| | | | | | | | | | | | for now it's only enabled in cros, but we plan to have a version for desktop chrome as well, which is why I took it out of the chromeos namespace. BUG=109203 TEST=manual Review URL: http://codereview.chromium.org/9124028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117136 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor and fix feedbackrkc@chromium.org2012-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | This CL does the following things, .) Removes user-facing categories from the UI completely. .) Changes categories that are still used (Autofill for example) use category tags instead of the category enum (which has been deprecated) .) Updates the protocol buffers .) Refactors the code to change bug report to feedback and re-organizes the file naming/layout .) Cleans up the unused feedback strings, files and code .) Cleans up the code at a few places .) Makes a few UI changes to get closer to the mock given in chromium:98738 This seems like a really huge CL but in reality it just just a couple of hundred lines of 'code' changes; a lot of this is just code being deleted BUG=chromium:98738 TEST=Tested sending reports. Review URL: http://codereview.chromium.org/9006003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116598 0039d316-1c4b-4281-b951-d872f2087c98
* Adding about:network_action_predictor to show state of ↵dominich@chromium.org2012-01-051-1/+2
| | | | | | | | NetworkActionPredictor database. Review URL: http://codereview.chromium.org/8969004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116556 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal ↵bauerb@chromium.org2011-12-191-2/+3
| | | | | | | | | | | | | | | | confirmation dialogs. This CL carves a TabModalConfirmDialogDelegate class (modeled after ConfirmInfobarDelegate) out of RepostFormWarningController and makes it a subclass thereof. It also removes the ShowRepostFormWarning method from BrowserWindow and its subclasses, in favor of a method in browser_dialogs.h. TBR=thakis@chromium.org,ben@chromium.org,estade@chromium.org,derat@chromium.org BUG=92795 TEST=none Review URL: http://codereview.chromium.org/8986005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115000 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal ↵bauerb@chromium.org2011-12-171-3/+2
| | | | | | | | | | | | | | | | | | confirmation dialogs. This CL carves a TabModalConfirmDialogDelegate class (modeled after ConfirmInfobarDelegate) out of RepostFormWarningController and makes it a subclass thereof. It also removes the ShowRepostFormWarning method from BrowserWindow and its subclasses, in favor of a method in browser_dialogs.h. BUG=92795 TEST=none Review URL: http://codereview.chromium.org/8658005 TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/8962012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114903 0039d316-1c4b-4281-b951-d872f2087c98
* Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs.bauerb@chromium.org2011-12-171-2/+3
| | | | | | | | | | | | | This CL carves a TabModalConfirmDialogDelegate class (modeled after ConfirmInfobarDelegate) out of RepostFormWarningController and makes it a subclass thereof. It also removes the ShowRepostFormWarning method from BrowserWindow and its subclasses, in favor of a method in browser_dialogs.h. BUG=92795 TEST=none Review URL: http://codereview.chromium.org/8658005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114898 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-141-0/+4
| | | | | | | | | | | | Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug). BUG=100885 TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114462 0039d316-1c4b-4281-b951-d872f2087c98
* uber page: forward messages appropriatelyestade@chromium.org2011-12-141-0/+1
| | | | | | | | | | | also streamline subpage registration BUG=100885 TEST=manual (toggling developer mode on the extensions iframe works correctly; everything else continues working) Review URL: http://codereview.chromium.org/8934017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114372 0039d316-1c4b-4281-b951-d872f2087c98
* Create copy of extensions page that is standalone.estade@chromium.org2011-12-131-0/+1
| | | | | | | | | | | | | The js/html/css is copied and modified. The WebUIHandler is re-used, as I don't expect to have to make any modifications to it. There is a good deal of css that I did not copy (things from options_page.css), which makes it visually a little strange, but otherwise most things work. TODO: pack extension overlay, css, developer mode toggle BUG=107323 TEST=chrome://extensions-frame or chrome://chrome Review URL: http://codereview.chromium.org/8898017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114313 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Options2: Pull the trigger."jhawkins@chromium.org2011-12-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 11079a4772dacf7865c3d650b7aa911242bb782e. Revert "Fix build after code changed from underneath." This reverts commit 93b43a2cd246c85ee6159a70223966f5efe2af86. Revert "Moar build fix." This reverts commit bf84b5766d5d05466da641685a1f554786598310. Revert "Fix the fix." This reverts commit 4aecf275ac5c7163483f48ffa2abcfa1481ffd53. R=csilv@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8937011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114276 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-0/+4
| | | | | | | | | | | | Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug). BUG=100885 TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114267 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114236 - Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-4/+0
| | | | | | | | | | | | | BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/8930012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114239 0039d316-1c4b-4281-b951-d872f2087c98
* Options2: Pull the trigger.jhawkins@chromium.org2011-12-131-0/+4
| | | | | | | | | | BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114236 0039d316-1c4b-4281-b951-d872f2087c98
* first cut at uber pageestade@chromium.org2011-12-131-0/+1
| | | | | | | | | | | | | | | the subpages are iframes. On the C++ side, the uber WebUI keeps a collection of subpage WebUIs and proxies function calls to them. Calls into JS are directed to the correct iframe by setting a frame name. The fact it's in an iframe is almost completely transparent to the options page (both from the C++ and JS side); you'll notice there are no changes to any options files.* *exception: temporary command line changes BUG=100885 TEST=chrome://uber should have an iframe with chrome://settings in it (fully functional) Review URL: http://codereview.chromium.org/8889041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114152 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync Setup] Change the "sync everything" dialog "Learn more" link.binji@chromium.org2011-12-121-0/+19
| | | | | | | | | | | | Also, move some URL constants to url_constants.h/cc. BUG=103324 TEST=Go to chrome://settings/personal. Sign in to sync. Choose "Sync Everything". The learn more link should go to http://...answer=185277. Review URL: http://codereview.chromium.org/8589014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114070 0039d316-1c4b-4281-b951-d872f2087c98
* Implement additional UI changes for dangerous download warnings.asanka@chromium.org2011-12-051-0/+3
| | | | | | | | | | | | When a download is detected as malicious by the safe browsing service, the download shelf now displays a warning message along with a 'Discard' button and a drop down menu with additional actions. BUG=102540 TEST=Initiating a download that is flagged as malicious by the safe browsing service causes the new malicious download warning to be displayed on the download shelf. Review URL: http://codereview.chromium.org/8757007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112954 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old history UI, and replace with history2.dubroy@chromium.org2011-11-161-2/+0
| | | | | | | | | | | | | | | chrome://history will now show the page that used to appear at chrome://history2. BUG=52697,76595 TEST=Manual. Go to chrome://history and ensure that the new UI is displayed (there is no more "Edit items..." link in the top right). Verify that deleting a single item using the action menu works, and verify that deleting multiple items using the "Remove selected items" button works. Review URL: http://codereview.chromium.org/8511055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110278 0039d316-1c4b-4281-b951-d872f2087c98
* Remove about:tracking.eroman@chromium.org2011-11-161-1/+0
| | | | | | | | | | | | It has been subsumed by about:profiler. I also added a button to about:profiler that matches the behavior of "about:tracking/reset" (nukes the tracked objects). That way there shouldn't be any functionality loss in deleting about:tracking. BUG=100992 Review URL: http://codereview.chromium.org/8568036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110252 0039d316-1c4b-4281-b951-d872f2087c98
* Complete the rename from about:tracking2 --> about:profiler by changing the ↵eroman@chromium.org2011-11-151-1/+1
| | | | | | | | | implementation code to always reference "profiler" rather than "tracking". BUG=100992 Review URL: http://codereview.chromium.org/8520016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110207 0039d316-1c4b-4281-b951-d872f2087c98
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
| | | | | | | | | | | | | | disabled code for OpenBSD: - AdjustRendererOOMScore() - SECCOMP_SANDBOX BUG= TEST=compile Review URL: http://codereview.chromium.org/8341052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109679 0039d316-1c4b-4281-b951-d872f2087c98
* [Aura] Initial app list webui.xiyuan@chromium.org2011-11-111-0/+8
| | | | | | | | | | | | | | | - Initiali app list webui; - Refactor NTP4 code so that we could share part of the code; - Use shared NTP4 code for app list contents; TODO: Add search box support. BUG=98308 TEST=Verify aura app list looks like the mock. Review URL: http://codereview.chromium.org/8423055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109648 0039d316-1c4b-4281-b951-d872f2087c98
* Change about:tracking2 to about:profilerjar@chromium.org2011-11-101-1/+1
| | | | | | | | | Also change Death thread to Exec thread. r=eroman Review URL: http://codereview.chromium.org/8507018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109361 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Remove Views implementation for login/OOBE.nkostylev@chromium.org2011-11-091-3/+0
| | | | | | | | | | | | | Left few Views classes that are used in ScreenLockView. Left --webui-login flag (need a separate cleanup for login auth). Left registration/html page screen (will address separately). BUG=99545 TEST=WebUI login/OOBE should work fine. Review URL: http://codereview.chromium.org/8436002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109233 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI SSL Client Certificate Selectorwyck@chromium.org2011-10-261-0/+2
| | | | | | | | | | | | Adds a WebUI version of the SSL Client Certificate Selector. BUG=97856 TEST=None Review URL: http://codereview.chromium.org/8381021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107401 0039d316-1c4b-4281-b951-d872f2087c98
* first cut at experimental topsites extension apiestade@chromium.org2011-10-261-1/+2
| | | | | | | | | | | only provides a "get" method BUG=100394 TEST=example extension Review URL: http://codereview.chromium.org/8361023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107298 0039d316-1c4b-4281-b951-d872f2087c98
* Implement InputWindowDialog with WebUI for bookmark folder management.mazda@chromium.org2011-10-251-0/+2
| | | | | | | | | | | | WebUI version of InputWindowDialog is used by the chrome built with touchui=1 or use_aura=1. BUG=97850 TEST=Manually tested with touchui=1 or use_aura=1 Review URL: http://codereview.chromium.org/8298019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107096 0039d316-1c4b-4281-b951-d872f2087c98
* Add the beginnings for webui page chrome://tracking2.eroman@chromium.org2011-10-201-0/+1
| | | | | | | | | | This is intended to supercede about:tracking. It will implement the same functionality but with a richer javascript-based UI. BUG=100992 Review URL: http://codereview.chromium.org/8352037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106597 0039d316-1c4b-4281-b951-d872f2087c98
* Sort URL constantswyck@chromium.org2011-10-201-14/+14
| | | | | | | | | | | | A few URL constants were sorted out of order. This is just a clean-up. BUG=None TEST=None Review URL: http://codereview.chromium.org/8361003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106554 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI Edit Search Engine Dialogwyck@chromium.org2011-10-191-0/+2
| | | | | | | | | | | This version of the WebUI Edit Search Engine Dialog has everything except unit tests. BUG=97846 TEST=Add Search Engine Manually Review URL: http://codereview.chromium.org/8118012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106336 0039d316-1c4b-4281-b951-d872f2087c98
* First iteration of a WebUI lock screen.flackr@chromium.org2011-10-181-0/+2
| | | | | | | | | | | This version displays a simple interface that can unlock the screen with a password. Ultimately the UI will come from the login screen pages, however this is just a stand-in to get the backend functionality working. This is enabled with the flag --webui-lock-screen. BUG=97980 TEST=Tested enabling flag and locking screen with WebUI lock screen. Review URL: http://codereview.chromium.org/8171008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106064 0039d316-1c4b-4281-b951-d872f2087c98
* Enable ConstrainedHtmlDialog resources for linux views and linux/win aura.oshima@chromium.org2011-10-141-2/+2
| | | | | | | | | | | | | This covers linux_views,chromeos,touch and aura on both win andlinux. Remove unnecessary code in dialog_stub_gtk and simplified gyp a bit. BUG=99937 TEST=none Review URL: http://codereview.chromium.org/8231001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105449 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome://textfields. It's not being used.tony@chromium.org2011-10-131-2/+0
| | | | | | | | | | | | This was originally added here: http://codereview.chromium.org/3977001/ BUG=None TEST=None Review URL: http://codereview.chromium.org/8274010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105400 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Get rid of some unneeded stubs.derat@chromium.org2011-10-111-2/+2
| | | | | | | | | | | | Most of these are for dialogs that already had WebUI implementations. BUG=99718 TEST=built with use_aura=1 Review URL: http://codereview.chromium.org/8218027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104937 0039d316-1c4b-4281-b951-d872f2087c98
* Restore visibilty of Task Tracking via about:trackingjar@chromium.org2011-10-071-0/+1
| | | | | | | | | | | | | | This used to be about:tasks. That was taken over by the task manager, and merged in several files as though there was no distinction. The new URL is about:tracking. BUG=99121 r=msw Review URL: http://codereview.chromium.org/8133016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104524 0039d316-1c4b-4281-b951-d872f2087c98
* Move kExtensionScheme from content to chromejochen@chromium.org2011-10-071-11/+11
| | | | | | | | | BUG=89642 TEST=everything still works Review URL: http://codereview.chromium.org/8159006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104492 0039d316-1c4b-4281-b951-d872f2087c98
* [Multi profile] Clicking "Customize User" should show the "Manage User" dialog.binji@chromium.org2011-10-051-0/+1
| | | | | | | | | | BUG=92373 TEST=none Review URL: http://codereview.chromium.org/8135009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104159 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 102834 - Revert 102806 - [Sync Setup UI] String changes. "Sync" -> ↵binji@chromium.org2011-10-051-0/+3
| | | | | | | | | | | | | | | | | | | | | "Sign In" and others. I was asked to revert this by a sheriff on a failing mac test, but I've successfully retried, so I think it was flake. BUG=93176, 97523 TEST=manual Review URL: http://codereview.chromium.org/7977029 TBR=binji@chromium.org Review URL: http://codereview.chromium.org/8028049 TBR=binji@chromium.org Review URL: http://codereview.chromium.org/8143010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104047 0039d316-1c4b-4281-b951-d872f2087c98
* Move sync promo to standalone pagesail@chromium.org2011-09-291-0/+2
| | | | | | | | | | BUG=89276 TEST= Review URL: http://codereview.chromium.org/7966028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103321 0039d316-1c4b-4281-b951-d872f2087c98
* Implement constrained window for TOUCH_UI.oshima@google.com2011-09-281-6/+12
| | | | | | | | | | | | | Original CL: http://codereview.chromium.org/7631049 landing for rhashimoto@chromium.org who left google. Sync'ed to TOT and fixed keyboard issue. BUG=chromium-os:13900,97862 TEST=see original bug Review URL: http://codereview.chromium.org/8055030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103072 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 102806 - [Sync Setup UI] String changes. "Sync" -> "Sign In" and others.binji@chromium.org2011-09-261-3/+0
| | | | | | | | | | | | | BUG=93176, 97523 TEST=manual Review URL: http://codereview.chromium.org/7977029 TBR=binji@chromium.org Review URL: http://codereview.chromium.org/8028049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102834 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync Setup UI] String changes. "Sync" -> "Sign In" and others.binji@chromium.org2011-09-261-0/+3
| | | | | | | | | | BUG=93176, 97523 TEST=manual Review URL: http://codereview.chromium.org/7977029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102806 0039d316-1c4b-4281-b951-d872f2087c98
* Redirect chrome://extensions to the new chrome://settings/extensions ↵finnur@chromium.org2011-09-191-1/+1
| | | | | | | | | | | | | | | | | | | (attempt 3). I split up an API test because it times out (it is doing too much). The other two modifications to the tests were needed because they were trying to open chrome://extensions in incognito. In one case, the test just needed any page (so I switched to about:blank) and in the other we are testing for a condition that cannot happen anymorebecause chrome://extensions could be loaded in incognito but chrome://settingsdoesn't allow that -- it shunts the request to the non-incognito profile. The test was testing that we don't crash in incognito, so I removed that test. Also change the URL for the Extension Settings page fromchrome://settings/extensionSettings -> chrome://settings/extensions. BUG=87377, 96836 TEST=Well... type in chrome://extensions and notice it redirects. TEST=chrome://settings/extensions (or chrome://extensions) should take you to the extension settings page, and chrome://settings/extensionSettings should not. Review URL: http://codereview.chromium.org/7918019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101804 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from chrome://extensions to chrome://settings/extensionSettings.finnur@chromium.org2011-09-131-0/+1
| | | | | | | | BUG=87377 TEST=All links that went to chrome://extensions (from the wrench menu/extension action context menu etc) should go to the new settings page. Review URL: http://codereview.chromium.org/7782026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100893 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add WebUI implementation of form repost dialog.derat@chromium.org2011-09-081-3/+5
| | | | | | | | | | | Chrome OS was previously using the GTK+ version. TEST=manual: reposted a form and checked that the dialog works BUG=chromium-os:18829 Review URL: http://codereview.chromium.org/7828065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100221 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS - about:discards shows tab to discard in OOM situationsjamescook@chromium.org2011-09-081-0/+2
| | | | | | | | | | | | | | Added a simple, non-localized debug page to show the output of the OOM-adjust algorithm, in preparation for discarding a tab in low memory situations. See "Out of memory handling" Chrome OS design doc for details. BUG=chromium-os:18375 TEST=open 3 tabs and navigate to web pages, wait 10 seconds, then open a tab to "about:discards". It should list 3 tabs and itself. Order is unimportant for now. Review URL: http://codereview.chromium.org/7754002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100170 0039d316-1c4b-4281-b951-d872f2087c98
* With this CL animated rotations can be triggered by visiting URLs like ↵vollick@chromium.org2011-09-081-0/+1
| | | | | | | | | | | about:rotate?right. The about handler fires orientation events that the TouchBrowserFrameView is listening for. When notified, the TBFV either rotates itself, or the views desktop (if it is active). The animation code lives in views/animation and knows nothing about sensors. BUG=none TEST=none Review URL: http://codereview.chromium.org/7273073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100148 0039d316-1c4b-4281-b951-d872f2087c98
* Updated help-center URL to the proper speech help page.gshires@google.com2011-09-021-1/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7831026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99314 0039d316-1c4b-4281-b951-d872f2087c98