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
/
browser
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove flaky label from ParseFeed tests.
finnur@chromium.org
2009-10-15
1
-21
/
+3
*
The ParseFeed test was testing too much in one test, hitting the overall limi...
finnur@chromium.org
2009-10-15
1
-29
/
+54
*
Reland r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
6
-135
/
+150
*
Reverting r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
6
-150
/
+135
*
Remove the implicit wrench menu items for browser actions.
aa@chromium.org
2009-10-15
6
-135
/
+150
*
Update browser actions api to be like new design doc.
aa@chromium.org
2009-10-15
6
-38
/
+50
*
Add histogram for how tab closing time. Did some cleanup along the way. Mov...
jam@chromium.org
2009-10-14
2
-2
/
+2
*
Small cleanup to extension function registration to avoid scattered definitions.
mpcomplete@chromium.org
2009-10-14
22
-211
/
+98
*
Fix extension canceling; the CFUserNotification functionality gets a bit weird.
avi@chromium.org
2009-10-14
1
-2
/
+3
*
Moving one test to appear last to see if it makes a difference.
finnur@chromium.org
2009-10-14
1
-10
/
+10
*
Marking DISABLED test as FLAKY so I can investigate on the bots.
finnur@chromium.org
2009-10-14
1
-1
/
+21
*
Make the multiple download request dialog an infobar.
estade@chromium.org
2009-10-14
1
-2
/
+4
*
Disable parse feed test again.
finnur@chromium.org
2009-10-14
1
-1
/
+1
*
More style nits.
erg@google.com
2009-10-14
6
-12
/
+16
*
Temporarily re-enabling ParseFeed test.
finnur@chromium.org
2009-10-14
1
-1
/
+1
*
Disabling ExtensionBrowserTest.BrowserAction since it crashes very frequently...
finnur@chromium.org
2009-10-14
1
-1
/
+2
*
Port Browser Actions browsertest to linux.
estade@chromium.org
2009-10-14
1
-8
/
+25
*
Add a browser test for extensions autoupdate.
asargent@chromium.org
2009-10-14
8
-6
/
+216
*
Update page action manifest parsing to match the new format.
mpcomplete@chromium.org
2009-10-13
6
-21
/
+12
*
Enables the sending of Timeline Agent and Resource messages to the devtools a...
jamesr@chromium.org
2009-10-12
5
-43
/
+16
*
Fix a browser crash when calling browserAction.setIcon(invalidIndex).
mpcomplete@chromium.org
2009-10-12
1
-0
/
+10
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
6
-0
/
+6
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Improve error messages when a manifest is not readable or not valid JSON.
aa@chromium.org
2009-10-09
3
-4
/
+51
*
Reland: Rename ThemePreviewInfobarDelegate to
aa@chromium.org
2009-10-09
6
-59
/
+59
*
Implement chrome.extension.connectExternal and fix various API inconsistencies.
mpcomplete@chromium.org
2009-10-09
4
-18
/
+51
*
Revert r28519-28523. Accidentally used wrong command,
aa@chromium.org
2009-10-09
6
-59
/
+59
*
whee
aa@chromium.org
2009-10-09
1
-1
/
+1
*
remove old files
aa@chromium.org
2009-10-09
4
-0
/
+0
*
patch from issue 261007
aa@chromium.org
2009-10-09
9
-209
/
+41
*
copy files to new location to help git cl patch
aa@chromium.org
2009-10-09
4
-0
/
+168
*
Revert r28489 as it broke the linux build.
aa@chromium.org
2009-10-09
2
-30
/
+14
*
Make the max size for ImageTrackingLoader configurable. This makes it so that...
aa@chromium.org
2009-10-09
2
-14
/
+30
*
Use ASSERT_TRUE, not ASSERT_NE.
jhawkins@chromium.org
2009-10-08
1
-1
/
+1
*
Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary.
jhawkins@chromium.org
2009-10-08
1
-2
/
+3
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
1
-0
/
+16
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-08
4
-19
/
+152
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
17
-55
/
+461
*
Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...
rafaelw@chromium.org
2009-10-07
2
-7
/
+3
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.
rafaelw@chromium.org
2009-10-07
2
-3
/
+7
*
Revert r28293.
jhawkins@chromium.org
2009-10-07
2
-4
/
+3
*
Change detectLanguage() API to now return the top three languages as well the...
sidchat@chromium.org
2009-10-07
2
-3
/
+4
*
This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-07
4
-152
/
+19
*
HTML Pack Extension Dialog. This removes the views implementation of the Exte...
rafaelw@chromium.org
2009-10-07
4
-19
/
+152
*
Fix a regression with setting the toolstrip background.
mpcomplete@chromium.org
2009-10-06
1
-0
/
+3
*
Implement browserAction.setIcon(ImageData) for extensions.
mpcomplete@chromium.org
2009-10-06
1
-3
/
+18
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
8
-22
/
+12
*
Don't show popup browser actions in the wrench menu.
erikkay@chromium.org
2009-10-06
3
-11
/
+17
*
Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.
erikkay@chromium.org
2009-10-06
2
-3
/
+19
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
7
-43
/
+32
[next]