| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The expected format is:
"requirements": {
"requirement1": {
// requirement details
},
"requiement2": {
// requirement details
},
...
}
Only validation and whitelisting for hosted apps is done, for now only the web
store will use requirements data.
BUG=99241
R=yoz@chromium.org
Review URL: http://codereview.chromium.org/8200015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104582 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=98478
Review URL: http://codereview.chromium.org/8199019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104568 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=99266
TEST=make sure instant does search only.
R=sreeram@chromium.org
Review URL: http://codereview.chromium.org/8176005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104553 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=73575
TEST=none
Review URL: http://codereview.chromium.org/8175014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104395 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create the ExtensionTestMessageListeners before loading the extension. Also use different messages for incognito vs regular mode to avoid interference. Fix suggested by kalman.
BUG=53991
TEST=no
Review URL: http://codereview.chromium.org/8154001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104356 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
created
BUG=96877
TEST=browser_tests:ExtensionApiTest.WebNavigationRequestOpenTab
Review URL: http://codereview.chromium.org/8055011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104346 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
settings.
BUG=96726
TEST=ExtensionSettingsApiTest
Review URL: http://codereview.chromium.org/8143015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Work around race conditions on startup where an app page creates a background
page while the BackgroundContentsService is also opening the page. We now close
the existing page instead of opening one of the pages up in a visible tab.
Also added a new browser test to verify this functionality.
BUG=98046
TEST=Added new browser_test: AppBackgroundPageApiTest.OpenTwoBackgroundPages.
Review URL: http://codereview.chromium.org/8116015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Modified ExtensionApiTest.WindowOpenFocus to also check focus for Panels.
BUG=None
TEST=WindowOpenPanelTest.WindowOpenFocus
Review URL: http://codereview.chromium.org/8113020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a new signal that allows extensions to
- Modify/Delete cookies of HTTP responses before they are seen by the cookie monster.
- Cancel requests based on the length or content type of the HTTP response.
BUG=89118
TEST=no
Review URL: http://codereview.chromium.org/7931026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some of them can be removed completely!
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/8143007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
user isn't signed in.
Changes the dialog flow to not refresh the preview page if the signin dialog is canceled.
Removed a unit test. It should be re-added when we address bug 98747
BUG=98731
TEST=
Review URL: http://codereview.chromium.org/8100012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103940 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
prerendering. Was due to re-parenting the prerendered
TabContents twice while swapping it in.
BUG=85646
TEST=PrerenderBrowserTest.PrerenderVisibility
Review URL: http://codereview.chromium.org/8122001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL also includes a lot of files associated with the Google Plus
anonymized page that is used by the new scrolling perf test.
BUG=chromium-os:18185
TEST=None
Review URL: http://codereview.chromium.org/8118016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103843 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This test has been failing at over 70% since Friday.
BUG=90420
TEST=none
Review URL: http://codereview.chromium.org/8118018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103806 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://build.chromium.org/p/chromium/builders/Win%20Reliability/builds/6518
BUG=31936
TEST=no test
Review URL: http://codereview.chromium.org/8118002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103718 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=96998
TEST=no
Review URL: http://codereview.chromium.org/8086023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103645 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=96998
TEST=no
Review URL: http://codereview.chromium.org/8082024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=60100
TEST=none
Review URL: http://codereview.chromium.org/8101004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103632 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103620 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
tests.
BUG=chromium-os:18185
TEST=None
Review URL: http://codereview.chromium.org/8095022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103616 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, change the name in the manifest to be "Flapper" across all platforms.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7885044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103494 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=71614
TEST=Check that a hosted app with an extent and with minimum_chrome_version lower than the current version can be installed.
Review URL: http://codereview.chromium.org/8082008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed "Local" and "Cloud" labels from dropdown
The "More printers" label is now more clear and shares behavior with the cloud print printer option in Chrome.
The system print dialog link is replaced with a similar link referencing cloud print in chrome os.
Choosing cloud print from the printers dropdown now requires the user to hit print before opening the cloud print dialog.
Fixed broken tests.
BUG=88098, 97175, http://code.google.com/p/chromium-os/issues/detail?id=16082, http://code.google.com/p/chromium-os/issues/detail?id=20121, http://code.google.com/p/chromium-os/issues/detail?id=20119
TEST=Enable print preview in about:flags. Printing should work with cloud print printers in much the same way as local printers in Chrome
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103010
Review URL: http://codereview.chromium.org/7976017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103173 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
inspected RVH doesn't change
BUG=98210
TEST=DevToolsSanityTest.TestConsoleOnNavigateBack
Review URL: http://codereview.chromium.org/8050011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=98338
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*
Review URL: http://codereview.chromium.org/8052024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds support for handling multiple tabs, including selecting, removing and moving many tabs at once. (Selecting is now called highlighting for backwards compatibility). The changes are outlined below.
Adds:
- 'highlighted' property to Tab, chrome.tabs.update
- chrome.tabs.query for searching across tabs
- chrome.tabs.highlight for selecting multiple tabs
- chrome.tabs.onHighlightChanged for listening to multi-select events
Modifies:
- renames 'selected' to 'active' on Tab, chrome.tabs.create, chrome.tabs.update
- renames onSelectionChanged to onActiveChanged
- chrome.tabs.move to accept an array of tabs or a single tab
- chrome.tabs.remove to accept an array of tabs or a single tab
- deprecates chrome.tabs.getSelected in favor of chrome.tabs.query
- deprecates chrome.tabs.getAllInWindow in favor of chrome.tabs.query
BUG=81411
TEST=ExtensionApiTest.*Tab*
Review URL: http://codereview.chromium.org/7731004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
print_preview_cloud.js.
Removed "Local" and "Cloud" labels from dropdown
The "More printers" label is now more clear and shares behavior with the cloud print printer option in Chrome.
The system print dialog link is replaced with a similar link referencing cloud print in chrome os.
Choosing cloud print from the printers dropdown now requires the user to hit print before opening the cloud print dialog.
Fixed broken tests.
BUG=88098, 97175, http://code.google.com/p/chromium-os/issues/detail?id=16082, http://code.google.com/p/chromium-os/issues/detail?id=20121, http://code.google.com/p/chromium-os/issues/detail?id=20119
TEST=Enable print preview in about:flags. Printing should work with cloud print printers in much the same way as local printers in Chrome
Review URL: http://codereview.chromium.org/7976017
TBR=abodenha@google.com
Review URL: http://codereview.chromium.org/8055036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=97674
TEST=added a test extension with permissions, enhanced an existing one.
Review URL: http://codereview.chromium.org/7967021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103059 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This test is being added to the pyauto-based performance tests in perf.py.
BUG=chromium-os:18185
TEST=None
Review URL: http://codereview.chromium.org/8056011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103039 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
card expiration dates.
BUG=98269
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*
Review URL: http://codereview.chromium.org/8056012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103037 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=98286
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*
Review URL: http://codereview.chromium.org/8054026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103035 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Tests this WebKit patch: https://bugs.webkit.org/show_bug.cgi?id=68726
BUG=90635
TEST=pyauto test via: python chrome/test/functional/indexeddb.py
Review URL: http://codereview.chromium.org/8035001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103033 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed "Local" and "Cloud" labels from dropdown
The "More printers" label is now more clear and shares behavior with the cloud print printer option in Chrome.
The system print dialog link is replaced with a similar link referencing cloud print in chrome os.
Choosing cloud print from the printers dropdown now requires the user to hit print before opening the cloud print dialog.
Fixed broken tests.
BUG=88098, 97175, http://code.google.com/p/chromium-os/issues/detail?id=16082, http://code.google.com/p/chromium-os/issues/detail?id=20121, http://code.google.com/p/chromium-os/issues/detail?id=20119
TEST=Enable print preview in about:flags. Printing should work with cloud print printers in much the same way as local printers in Chrome
Review URL: http://codereview.chromium.org/7976017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103010 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=98152
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*
Review URL: http://codereview.chromium.org/8055002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=89057
TEST=NetInternalsTest.NetInternalsHSTSView*
Review URL: http://codereview.chromium.org/8028002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102921 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We're planning on enabling some WebUI dialogs by default on ChromeOS soon, so
expose in flags to make it easier for people to test.
Also tweak the certificate viewer UI a little to make it look and behave more
like the original:
- make it bigger (so it's generally big enough to fit the contents)
- automatically select the main certificate in the details pane
- scroll the details windows to the top
- add a border around the details windows (like the original)
- shrink hierarchy window a bit - it will rarely have more than 3 lines
- fix spacing and indendation on the main tab
BUG=98027
TEST=None
Review URL: http://codereview.chromium.org/8028024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102831 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
their DOM id strings, for use in tests.
TEST=manual, some tested by NetInternalsTest.*
BUG=89057
Review URL: http://codereview.chromium.org/8018004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102790 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding the first one of the saveAs extension APIs.
The saveAsMHTML allows saving a tab as MHTML.
BUG=97306
TEST=Run the browser tests.
TBR=asargent,ahendrickson,jam
Review URL: http://codereview.chromium.org/8027001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The saveAsMHTML allows saving a tab as MHTML.
BUG=97306
TEST=Run the browser tests.
Review URL: http://codereview.chromium.org/7946008
TBR=jcivelli@chromium.org
Review URL: http://codereview.chromium.org/8008020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102508 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The saveAsMHTML allows saving a tab as MHTML.
BUG=97306
TEST=Run the browser tests.
Review URL: http://codereview.chromium.org/7946008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102505 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=WebIntentsRegistryTest.*
Review URL: http://codereview.chromium.org/7970004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102439 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=ExtensionManifestTest.WebIntents
Review URL: http://codereview.chromium.org/7917006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102409 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=krisr@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7973011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102378 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
HtmlDialogs.
Dialogs shown using ShowHtmlDialog are not added to any tab strip or as a browser window. This CL adds to web_ui_browsertest functions to grab the newly created WebUI instance and run tests on it. This also adds WebUI certificate viewer tests.
BUG=None
TEST=Adds tests CertificateViewerUITest.testDialogURL, CertificateViewerUITest.testCN, CertificateViewerUITest.testDetails.
Review URL: http://codereview.chromium.org/7861024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also fixes an issue where inferred sections were not being updated after server types were returned.
BUG=93595
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*16*
Review URL: http://codereview.chromium.org/7981047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=97330
TEST=added appropriate browser test
Review URL: http://codereview.chromium.org/7981040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102235 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=no
TEST=no
Review URL: http://codereview.chromium.org/7982023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102182 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time of cancel.
Also add various tests required or enabled by this change.
This changes two aspects of Cancel semantics (for downloads, not save page):
a) Cancel can now be called anytime during the lifetime of a download, and
b) if it is called before the history callback occurs, the download will be removed from the system (no where to store it persistently while waiting)
BUG=85408
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101510
Review URL: http://codereview.chromium.org/7796014
TBR=rdsmith@chromium.org
Review URL: http://codereview.chromium.org/7983037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102136 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also add various tests required or enabled by this change.
This changes two aspects of Cancel semantics (for downloads, not save page):
a) Cancel can now be called anytime during the lifetime of a download, and
b) if it is called before the history callback occurs, the download will be removed from the system (no where to store it persistently while waiting)
BUG=85408
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101510
Review URL: http://codereview.chromium.org/7796014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102126 0039d316-1c4b-4281-b951-d872f2087c98
|