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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust the spacing and alignment on the extension management page a bit.
mpcomplete@chromium.org
2010-03-24
1
-9
/
+3
*
Revert r42467: "Clear cookies, local storage and databases when an extension ...
maruel@chromium.org
2010-03-24
8
-219
/
+0
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
19
-36
/
+545
*
Make repost form warning tab-modal on Gtk.
bauerb@chromium.org
2010-03-24
5
-52
/
+105
*
Tentative fix for geolocation test with iframes: loads frame one by one.
bulach@chromium.org
2010-03-24
1
-123
/
+111
*
Revert "Fix browser side handling of moveTo by resizing the content area; not...
erg@chromium.org
2010-03-24
14
-77
/
+34
*
Fix resizing handling for accelerated Mac plugins
stuartmorgan@chromium.org
2010-03-24
1
-1
/
+3
*
Fix HTML errors in plugins and extension UIs
arv@chromium.org
2010-03-24
2
-108
/
+109
*
Remove vendor specific CSS prefixes.
arv@chromium.org
2010-03-24
18
-172
/
+170
*
History APIs that parse a time as a number of milliseconds need to allow inte...
skerner@chromium.org
2010-03-24
1
-3
/
+6
*
Adding test for basic uses of mediaplayer.
dhg@chromium.org
2010-03-24
1
-0
/
+93
*
Change chrome.experimental.history.search's first param to use 'text' for tex...
skerner@chromium.org
2010-03-24
3
-3
/
+3
*
Add link to disable individual plug-ins in Plug-ins tab of Content Settings (...
viettrungluu@chromium.org
2010-03-24
2
-0
/
+10
*
Revert 42474 - Make repost form warning tabmodal on Gtk.
dhollowa@chromium.org
2010-03-24
4
-104
/
+50
*
Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...
dhollowa@chromium.org
2010-03-24
4
-122
/
+5
*
Make repost form warning tab-modal on Gtk.
bauerb@chromium.org
2010-03-24
4
-50
/
+104
*
Add a delegate to CookieMonster and broadcast notifications about changes to ...
jochen@chromium.org
2010-03-24
4
-5
/
+122
*
Eliminate all UI thread decoding of extension images.
finnur@chromium.org
2010-03-24
25
-356
/
+383
*
Revert 42465 - Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
19
-545
/
+36
*
Clear cookies, local storage and databases when an extension gets uninstalled.
jochen@chromium.org
2010-03-24
8
-0
/
+219
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-24
19
-36
/
+545
*
Disable BrowserActionApiTest.BrowserActionPopup, it's crashy.
phajdan.jr@chromium.org
2010-03-24
1
-1
/
+2
*
Expose current_screen() for tests.
avayvod@google.com
2010-03-24
2
-9
/
+4
*
Open bookmarks from clicks in background windows in the correct window, not t...
pinkerton@chromium.org
2010-03-24
1
-2
/
+1
*
Update FRIEND_TEST to fix the build.
phajdan.jr@chromium.org
2010-03-24
1
-1
/
+1
*
Mark BrowserTest.RestorePinnedTabs as crashy on Mac OS X.
phajdan.jr@chromium.org
2010-03-24
1
-2
/
+2
*
Enforce extension permissions in C++ (instead of Javascript).
jochen@chromium.org
2010-03-24
6
-17
/
+22
*
Replace about:plugins page with new page.
viettrungluu@chromium.org
2010-03-24
3
-244
/
+7
*
A quick fix for Issue 38587.
hbono@chromium.org
2010-03-24
1
-1
/
+1
*
[Linux] Always enable emacs key bindings.
suzhe@chromium.org
2010-03-24
4
-16
/
+2
*
basic browser tests for compact navigation bar.
oshima@chromium.org
2010-03-24
5
-11
/
+159
*
Revert r42426 - tests are failing because the WebKit LayoutTests directories
dpranke@google.com
2010-03-24
1
-2
/
+4
*
Use upstream layout_test baselines since the downstream ones are going away.
dpranke@google.com
2010-03-24
1
-4
/
+2
*
Up the safe browsing timeout from 1s to 5s.
cevans@chromium.org
2010-03-24
1
-1
/
+1
*
Add MSAA Accessible information to Find bar.
mhm@chromium.org
2010-03-24
1
-0
/
+5
*
Avoid calling ExecuteCode() on a NULL TabContents. The problem was an extra s...
eroman@chromium.org
2010-03-24
1
-3
/
+6
*
Fixed loader issue in unit tests caused by some test not using that mock and ...
zelidrag@chromium.org
2010-03-24
2
-0
/
+11
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
24
-133
/
+213
*
Implement chrome://plugins page that can disable plugins.
viettrungluu@chromium.org
2010-03-24
10
-7
/
+911
*
Add multiple item selection to BMM on mac
feldstein@chromium.org
2010-03-24
1
-3
/
+3
*
Automation provider IsBookmarkBarVisible() always returned yes!
jrg@chromium.org
2010-03-24
1
-1
/
+2
*
adding fullscreen support to the mediaplayer.
dhg@chromium.org
2010-03-24
3
-4
/
+53
*
Mocks for all libcros elements. Added library registry object that provides a...
zelidrag@chromium.org
2010-03-23
52
-476
/
+1172
*
Refactor BalloonViewHost, removing a lot of duplicate code that crept into no...
johnnyg@chromium.org
2010-03-23
10
-657
/
+339
*
Don't autotranslate in incognito mode (so we don't send information
jcivelli@google.com
2010-03-23
2
-4
/
+133
*
Fix 2 bugs related to remembering loaded unpacked extensions.
mpcomplete@chromium.org
2010-03-23
6
-91
/
+129
*
GTK: allow inspecting of extension popups.
estade@chromium.org
2010-03-23
11
-89
/
+171
*
This is basically a rewrite of the DataTypeManager to support dynamic data ty...
skrul@chromium.org
2010-03-23
8
-283
/
+645
*
Some layout related fixes for the app launchers.
jcivelli@chromium.org
2010-03-23
5
-17
/
+34
*
Fixed missing code in EnqueueTextureForDeletion.
kbr@google.com
2010-03-23
3
-29
/
+48
[next]