| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
------------------------------------------------------------------------
r34513 | estade@chromium.org | 2009-12-14 15:34:45 -0800 (Mon, 14 Dec 2009) | 8 lines
Fix badge center-alignment logic.
This was initially fixed in r29152. It regressed in r30994.
BUG=27648
TEST=see bug
Review URL: http://codereview.chromium.org/506003
TBR=aa
Review URL: http://codereview.chromium.org/500080
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If javascript code puts custom toJSON functions on Array.prototype, our
extension API code detects malformed requests and kills the offending renderer.
Also, the browser can crash if a browser action popup process dies (for various
reasons, including this json serialization problem).
BUG=29283
TEST=Create an extension with a browser action popup that loads prototype.js, and then calls chrome.tabs.update().
Before this change, the popup bubble will crash, and when you click away, crash the browser too.
Review URL: http://codereview.chromium.org/466065
TBR=asargent@chromium.org
Review URL: http://codereview.chromium.org/506044
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34769 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split extension renderer crashes out of the existing UMA renderer crash metric
into its own metric.
Add a new metric for the sum of all ChildProcessHost crashes.
Add histograms for each crash type.
BUG=28022
TEST=We should start getting more crash reports in UMA and histograms.
Review URL: http://codereview.chromium.org/468005
TBR=asargent@chromium.org
Review URL: http://codereview.chromium.org/501064
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34768 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enable multipage testing.
add totals.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/506021
TBR=mbelshe@google.com
Review URL: http://codereview.chromium.org/500064
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turns out that the extension API changed such that scripts don't run in pages
which are hosted in the extension process (like this one).
Switch from window.open to the chrome.tab.create() API.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/501036
TBR=mbelshe@google.com
Review URL: http://codereview.chromium.org/506036
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34715 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/501010
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/500063
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34714 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
containing & causing a mostly empty email to appear.
BUG=None
TEST=EmailThisPage should work for both native and web mail clients and ampersand in page title/user selection should not cause truncation.
Review URL: http://codereview.chromium.org/482011
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/504025
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34713 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Already reviewed for content.)
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/490006
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/504024
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34712 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the repository for the RSS extension.
BUG=None
TEST=Open Chrome Extension Samples page, click the
source code link and you should see the source, not
a 404.
Review URL: http://codereview.chromium.org/490004
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/500062
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/489006
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/505020
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34710 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/466074
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/504023
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
appropriate.
TBR=erikkay@chromium.org
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/501055
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/460140
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/460137
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/463049
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34704 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/466068
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/503027
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34703 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also added/removed a few commas.
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/465102
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/506035
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bookmark example again.)
TBR=aa
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/453021
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/503026
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34701 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to view the source files. We should improve on this soon.
Also copyedited and reformatted the Samples page.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/464047
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/501053
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=erikkay@chromium.org
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/507021
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
scheduling in the Google Mail checker sample extension.
BUG=29540
Review URL: http://codereview.chromium.org/465092
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/501052
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix pageTitle/pageName error (and do some cleanup to try to prevent confusion in the future).
Note that the pageDatatitle has changed to pageDataname in all the static pages.
TBR=kathyw,aa
Review URL: http://codereview.chromium.org/465039
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/500060
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34697 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes three minor doc changes. (1) Conditional text for description of callback based on whether it is optional to be less confusing. (2) Setting the page title to "" from the static pageDatatitle no longer shows a leading " ". (C) Allows for a page to specify whether it shows the sideNav (and index.html declines to do so).
TBR=kathyw,aa
Review URL: http://codereview.chromium.org/460039
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/501051
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34696 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A couple of icon changes to news. Bump the version for mappy.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/458011
TBR=erikkay@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34695 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
to just make_page_red
Review URL: http://codereview.chromium.org/465015
TBR=estade@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34694 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/455034
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/501049
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding the newly created Email this page extension.
(this time updating the docs page, not just the
static page).
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/466008
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/500058
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
examples.
Changing to fontfamily: sansserif; (at least on my system) does not seem to actually change the font that is selected, however, fontsize: 0.8em; does change the size of the font.
BUG=29095
Review URL: http://codereview.chromium.org/450040
TBR=estade@chromium.org
Review URL: http://codereview.chromium.org/506034
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding the newly created Email this page extension.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/466005
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/501048
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the page selection to the body of the email,
if something is selected.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/460002
TBR=finnur@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/449072
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/500056
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34688 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the gallery.
TBR=rafaelw@chromium.org
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/506033
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Scale back poll rate.
* Focus existing gmail tab instead of creating a new one.
* Prefer https over http
Review URL: http://codereview.chromium.org/449049
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/506032
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34686 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Load the extension, try emailing pages loaded
using file://, http://, https://, chrome:// and in each
case at least the url of the page should appear in an email
in your default mail handler and in the case of http:// and
https://, also the page title. Then use the Options page
for the extension and try the same with gmail.
Review URL: http://codereview.chromium.org/431028
TBR=finnur@chromium.org
Review URL: http://codereview.chromium.org/504020
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34685 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=none
BUG=27425
Review URL: http://codereview.chromium.org/457016
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=aa
TEST=none
BUG=28786
Review URL: http://codereview.chromium.org/457013
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/502026
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I should have modified the nonstatic version.
BUG=none
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/437088
TBR=yusukes@google.com
Review URL: http://codereview.chromium.org/500054
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34682 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can use the latest script:
http://groups.google.com/group/chromiumextensions/browse_thread/thread/bca3dea2da278813/8083425efdf11186#8083425efdf11186
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/436024
TBR=yusukes@google.com
Review URL: http://codereview.chromium.org/507020
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/440028
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/503025
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=asargent
Review URL: http://codereview.chromium.org/442016
TBR=erikkay@chromium.org
Review URL: http://codereview.chromium.org/506031
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(One edited file: template/api_template.html.
Every other change is an automatically generated file.)
BUG=none
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/434058
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/501047
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34678 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
importantly)
a section that points to the various doc URLs (e.g. trunk) and explains
each one.
The only files I edited are static/docs.html and template/api_template.html.
(The remaining files just reflect the template changes.)
BUG=none
TEST=none
TBR=nickbaum
Review URL: http://codereview.chromium.org/431035
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34677 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=28529
TEST=none
TBR=aa
Review URL: http://codereview.chromium.org/435025
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/500053
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34676 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
description fields.
BUG=28664
TEST=none
TBR=nickbaum
Review URL: http://codereview.chromium.org/436027
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/502025
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also a few wording changes.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/437027
TBR=kathyw@google.com
Review URL: http://codereview.chromium.org/500052
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
load faster, and not take so much space visually.
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/434037
TBR=kathyw@google.com
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixed header alignment and spacing
* Fixed top nav, removed useless/dead links, added sample link instead
* Fixup requirements in samples and getting started page (beta no workie yet, mac and linux do at least enough to not be worth mentioning)
* Make vertical separator bar green
* Make default_icon required for page and browser actions
* Fix incorrect description of how onclick works wrt isolated worlds
* Make the page titles be <page title> Google Chrome Extensions Google Code
* Add a warning about NPAPI
BUG=28152,27875,28155,28182,27864,27432
Review URL: http://codereview.chromium.org/437001
TBR=aa@chromium.org
Review URL: http://codereview.chromium.org/502024
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
extensions.
BUG=27860,27861
TBR=rafaelw@chromium.org
Review URL: http://codereview.chromium.org/505018
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/418011
TBR=erikkay@chromium.org
Review URL: http://codereview.chromium.org/503024
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since it
is more interesting.
Decided not to do full details on the other samples since they are
very similar to the ones we already have.
TBR=kathyw@google.com
TBR=aa@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34665 0039d316-1c4b-4281-b951-d872f2087c98
|