index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
common
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update pages that reference the gallery to link to the gallery.
kathyw@google.com
2009-11-24
10
-14
/
+38
*
Reduced the size of images in the debugging tutorial so they'll
kathyw@google.com
2009-11-24
16
-32
/
+34
*
disable extension toolstrips by default, adding
erikkay@chromium.org
2009-11-24
1
-5
/
+5
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
1
-3
/
+3
*
Add a new icon.
aa@chromium.org
2009-11-23
1
-0
/
+0
*
Add platform abstraction for simple error box, and use it in a couple extensi...
estade@chromium.org
2009-11-23
1
-22
/
+4
*
Docs polish:
aa@chromium.org
2009-11-23
43
-1292
/
+1112
*
Revert change that disallowed content scripts access to
aa@chromium.org
2009-11-22
3
-17
/
+2
*
Remove use of innerHTML and Toolstrips from example extensions
rafaelw@chromium.org
2009-11-20
9
-85
/
+58
*
Make executeScript and insertCSS inject code into all frames.
tangjie@chromium.org
2009-11-20
1
-6
/
+8
*
fix url handling to only allow http and https URLs
erikkay@chromium.org
2009-11-20
1
-2
/
+11
*
Fix window.close() for page action popups.
erikkay@chromium.org
2009-11-20
5
-33
/
+60
*
Add some security considerations to our extension docs.
abarth@chromium.org
2009-11-20
9
-14
/
+378
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-5
/
+11
*
Special case the gallery to not show the scary download roadblock.
aa@chromium.org
2009-11-20
4
-6
/
+20
*
Addition of the optional flag for the experimental.popup.show(...) callback a...
twiz@google.com
2009-11-19
1
-0
/
+1
*
Update samples page. Replace buildbot sample with news one, since it
aa@chromium.org
2009-11-19
4
-47
/
+78
*
Enabling (sandboxed) extension unpacker tests.
cira@chromium.org
2009-11-19
1
-14
/
+12
*
Ignore requests to run content scripts on file:// urls.
finnur@chromium.org
2009-11-18
3
-5
/
+1
*
Addition of "optional" tag to chrome.exerpimental.popup routines that may ret...
twiz@google.com
2009-11-18
1
-4
/
+6
*
DISABLING all new unpacker tests. XP try bots are failing.
cira@chromium.org
2009-11-18
1
-10
/
+10
*
Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...
cira@chromium.org
2009-11-18
8
-2
/
+237
*
Make extension popups shrink when their contents shrink.
aa@chromium.org
2009-11-18
1
-0
/
+1
*
Don't allow content scripts to execute on file:// urls.
finnur@chromium.org
2009-11-18
5
-2
/
+21
*
UI Changes for benchmark:
mbelshe@google.com
2009-11-17
1
-5
/
+11
*
Remove min/max values from averages in benchmark.
mbelshe@google.com
2009-11-17
1
-1
/
+13
*
Refactoring of the chrome.experimental.popup API implementation to allow disp...
twiz@google.com
2009-11-16
2
-3
/
+400
*
Update the benchmark to use the document.readyState to measure page-completed...
mbelshe@google.com
2009-11-16
1
-8
/
+9
*
Final copyedits for beta.
kathyw@google.com
2009-11-16
4
-107
/
+22
*
Update homepage's images.
kathyw@google.com
2009-11-16
2
-0
/
+0
*
New screenshots for many of the tutorial images.
kathyw@google.com
2009-11-16
13
-38
/
+45
*
Changes to follow the codesite L&F.
kathyw@google.com
2009-11-16
47
-1538
/
+4110
*
Delete the old samples.
kathyw@google.com
2009-11-16
5
-106
/
+0
*
Update the Debugging example to use the browser action version of
kathyw@google.com
2009-11-15
18
-237
/
+446
*
Change name of first extension to Hello World.
kathyw@google.com
2009-11-15
2
-1
/
+1
*
Add new .zip file for getstarted example.
kathyw@google.com
2009-11-15
1
-0
/
+0
*
A simple example that displays the first 5 elements of a feed (Google news to...
erikkay@chromium.org
2009-11-14
4
-0
/
+314
*
Fix the messaging timing extension to only message the toplevel frame.
mpcomplete@chromium.org
2009-11-14
1
-7
/
+10
*
Cleanup pass on Getting Started.
kathyw@google.com
2009-11-14
11
-47
/
+133
*
Add stub functions for chrome.* APIs in content scripts.
asargent@chromium.org
2009-11-13
1
-0
/
+6
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
4
-7
/
+7
*
minor edits to autoupdate, hosting docs
kathyw@google.com
2009-11-12
4
-18
/
+14
*
Improve text on management UI. Still waiting for a treatment
aa@chromium.org
2009-11-12
2
-0
/
+6
*
Minor copyedits.
kathyw@google.com
2009-11-12
12
-55
/
+490
*
Add a simple perf extension that times messaging roundtrips between content
mpcomplete@chromium.org
2009-11-12
4
-0
/
+94
*
Render Extension Docs.
rafaelw@chromium.org
2009-11-12
6
-330
/
+278
*
JsonSchema support for declaring "object" constructors.
rafaelw@chromium.org
2009-11-12
4
-44
/
+79
*
Move benchmark extension example to new location and clean it up to use brows...
erikkay@chromium.org
2009-11-12
10
-0
/
+2800
*
Initial change for the implementation of browser actions on the mac.
andybons@chromium.org
2009-11-12
1
-6
/
+8
*
More moving samples into docs/examples.
erikkay@chromium.org
2009-11-12
14
-0
/
+145
[prev]
[next]