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
/
test
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant tests for chrome.experimental.history API.
brg@chromium.com
2009-10-30
1
-108
/
+0
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
5
-0
/
+622
*
Change the extension.onRequest even to include the sender info.
mpcomplete@chromium.org
2009-10-29
2
-13
/
+16
*
- Removes fallback from Prefs to LoadExtension on UI thread.
cira@chromium.org
2009-10-29
2
-5
/
+71
*
New event style for pageAction API.
asargent@chromium.org
2009-10-29
4
-0
/
+44
*
Constrain extension popups to a min/max size.
erikkay@chromium.org
2009-10-28
1
-5
/
+5
*
Issue 21729: Add new event chrome.tabs.onStatusChange .
skerner@chromium.org
2009-10-28
3
-27
/
+51
*
Rename getTabContentses to getExtensionTabs.
aa@chromium.org
2009-10-28
1
-5
/
+9
*
Filter out hidden files, both when loading extensions and when
aa@chromium.org
2009-10-28
3
-0
/
+1
*
Add missing icon to gmail checker.
aa@chromium.org
2009-10-27
1
-0
/
+0
*
Make the web plugin proxy tolerant of windowless bitmap memory mapping failures.
brettw@chromium.org
2009-10-27
1
-2
/
+2
*
Don't run WorkerTest.LimitTotal under ThreadSanitizer
timurrrr@chromium.org
2009-10-27
1
-0
/
+2
*
DevTools: fix and enable DevToolsExtensionDebugTest.TestContentScriptIsPresent.
yurys@google.com
2009-10-27
1
-0
/
+13
*
Remove some recently fixed bugs from the known_issues file
sgjesse@chromium.org
2009-10-27
1
-6
/
+0
*
Add about:crash to known crashes.
patrick@chromium.org
2009-10-27
1
-0
/
+3
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
5
-16
/
+10
*
Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.
apatrick@google.com
2009-10-26
1
-0
/
+25
*
Update buildbot sample to work with newest APIs.
aa@chromium.org
2009-10-26
1
-3
/
+3
*
Polish to the gmail checker sample.
aa@chromium.org
2009-10-26
4
-24
/
+65
*
Second attempt to swap processes on rel=noreferrer, target=blank links.
creis@chromium.org
2009-10-26
1
-0
/
+37
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
3
-1
/
+50
*
Fix ExtensionApiTest.PageAction & Enable test on linux
rafaelw@chromium.org
2009-10-24
1
-3
/
+0
*
Add a regression test for the PluginChannel::CleanUp. My earlier speculative...
jam@chromium.org
2009-10-24
1
-0
/
+50
*
Add a known crash to the reliability bot.
brettw@chromium.org
2009-10-23
1
-0
/
+3
*
Add a regression test for the renderer hang when a plugin's NP_Initialize fun...
jam@chromium.org
2009-10-23
1
-0
/
+28
*
Implement extension.sendRequest, a simpler way to do messaging.
mpcomplete@chromium.org
2009-10-23
5
-13
/
+71
*
Add some icons that will be used by future tests.
aa@chromium.org
2009-10-23
7
-0
/
+0
*
Experiment with startup tests and file urls.
asargent@chromium.org
2009-10-23
1
-0
/
+3
*
Readding from scratch instead reverting the revert.
finnur@chromium.org
2009-10-23
4
-0
/
+52
*
Revert 29861 since this fail on the interactive
finnur@chromium.org
2009-10-23
4
-52
/
+0
*
Implements tests for testing browser's overall key events handling behavior.
suzhe@chromium.org
2009-10-23
1
-0
/
+165
*
Page actions that don't specify an icon (ie.
finnur@chromium.org
2009-10-23
4
-0
/
+52
*
Disable DromaeoReferenceTest.Perf on Mac valgrind bots
stuartmorgan@chromium.org
2009-10-23
1
-0
/
+2
*
Reverting 29783.
johnnyg@chromium.org
2009-10-22
1
-37
/
+0
*
Swaps renderer processes on links with rel=noreferrer and target=_blank.
creis@google.com
2009-10-22
1
-0
/
+37
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
3
-0
/
+3
*
Implementing better fallback algorithm.
cira@chromium.org
2009-10-21
2
-0
/
+17
*
Revert 29635 - DevTools: fix and enable TestContentScriptIsPresent
nsylvain@chromium.org
2009-10-21
1
-12
/
+0
*
Add umr in base::PrivateKeyInfoCodec::PrependIntegerImpl.
nsylvain@chromium.org
2009-10-21
1
-0
/
+22
*
DevTools: fix and enable TestContentScriptIsPresent
yurys@google.com
2009-10-21
1
-0
/
+12
*
DevTools: test that content scripts are visible in the debugger scripts list
yurys@google.com
2009-10-21
2
-0
/
+20
*
Fix drawing code for page action badges.
mpcomplete@chromium.org
2009-10-20
5
-7
/
+11
*
Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ...
mpcomplete@chromium.org
2009-10-20
2
-3
/
+4
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
35
-0
/
+0
*
Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on...
nsylvain@chromium.org
2009-10-20
2
-4
/
+3
*
Implement chrome.browserAction.setIcon({path:...});
aa@chromium.org
2009-10-20
8
-0
/
+41
*
Add the first event ui test + a bunch of refactoring.
jorlow@chromium.org
2009-10-20
2
-20
/
+34
*
Degrade the https color and lock icon for the page that has a worker that loa...
dimich@google.com
2009-10-19
3
-0
/
+33
*
Implement badges for page actions. Also add badge text color API.
mpcomplete@chromium.org
2009-10-19
2
-3
/
+4
*
Remove a crash that no longer shows up on Chrome-bot.
kuchhal@chromium.org
2009-10-19
1
-4
/
+0
[next]