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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mac: Implements the special bookmark bar on NTP.
erg@chromium.org
2009-10-06
1
-1
/
+1
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
2
-5
/
+12
*
TBR: mpcomplete
erikkay@chromium.org
2009-10-05
1
-14
/
+0
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
1
-3
/
+3
*
Allow popups to close themselves with window.close().
erikkay@chromium.org
2009-10-05
1
-0
/
+14
*
Task Manager: show right click context menu no matter where you click on the ...
estade@chromium.org
2009-10-05
1
-0
/
+1
*
Change ConfirmMessageBoxDialog to just be a native view (it was only windows ...
tim@chromium.org
2009-10-03
4
-70
/
+89
*
Add an API to manipulate the browser action badge.
aa@chromium.org
2009-10-03
2
-16
/
+13
*
Rewrite chunks of the blocked popup container code:
pkasting@chromium.org
2009-10-03
2
-100
/
+92
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-1
/
+1
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
1
-4
/
+5
*
Try again to check in the badge stuff.
aa@chromium.org
2009-10-03
3
-3
/
+123
*
Find-in-bar would steal focus when switching tab.
jcampan@chromium.org
2009-10-02
1
-2
/
+0
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
10
-38
/
+396
*
The focus would only be restored properly the first time the
jcampan@chromium.org
2009-10-02
3
-183
/
+233
*
Coverity: Remove unnecessary GetPasswordFormAt call.
mattm@chromium.org
2009-10-02
1
-1
/
+0
*
Attempt to fix the Linux views build
jam@chromium.org
2009-10-02
1
-2
/
+1
*
Rollback broken change, again.
aa@chromium.org
2009-10-02
3
-123
/
+3
*
Don't send tab switching/killing/creating keyboard accelerators to pages. Th...
jam@chromium.org
2009-10-02
2
-0
/
+21
*
Check in http://codereview.chromium.org/259004 again.
aa@chromium.org
2009-10-02
3
-3
/
+123
*
A small cleanup to the sync setup flow.
nick@chromium.org
2009-10-01
2
-2
/
+5
*
Revert tree bustage.
aa@chromium.org
2009-10-01
3
-123
/
+3
*
First cut at badge implementation. Right now it just uses static
aa@chromium.org
2009-10-01
3
-3
/
+123
*
Coverity: Fix the AcceleratorPressed override to match the declaration in Wid...
jhawkins@chromium.org
2009-10-01
2
-6
/
+9
*
Add framework of MemoryPurger, a class to dump memory from everywhere possibl...
pkasting@chromium.org
2009-10-01
1
-5
/
+36
*
Add chrome.browserAction.setName and .setIcon.
mpcomplete@chromium.org
2009-10-01
2
-11
/
+48
*
Tweak constants used by sync setup wizard unittest. Reviewed by nick.
tim@chromium.org
2009-09-30
1
-1
/
+1
*
Make browser actions highlight on mouseover using theme colors.
aa@chromium.org
2009-09-30
2
-18
/
+17
*
Make it possible to sort the WebCore Cache size columns in the Task Manager. ...
pkasting@chromium.org
2009-09-30
1
-0
/
+6
*
Make moles work for --show-extensions-on-top.
sidchat@chromium.org
2009-09-30
1
-5
/
+8
*
Integrate browser actions with the wrench menu. Browser
aa@chromium.org
2009-09-30
4
-10
/
+48
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
2
-12
/
+5
*
This CL cleans-up the FindBarHost and fixes an assert that happens on the foc...
jcampan@chromium.org
2009-09-29
4
-63
/
+11
*
Wires up views on linux dialogs to use gtk ones.
sky@chromium.org
2009-09-29
2
-22
/
+31
*
[Windows] Remember the window placement of Keyword editor (Search Engines) to...
rsesek@chromium.org
2009-09-29
2
-1
/
+6
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
1
-1
/
+1
*
Add GetPreferredTrySlaves() to presubmit scripts.
thestig@chromium.org
2009-09-29
1
-0
/
+13
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
16
-32
/
+50
*
Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc...
mpcomplete@chromium.org
2009-09-28
1
-1
/
+1
*
sync i18n support for gaia_login.html and merge_and_sync.htmlMove resources i...
tim@chromium.org
2009-09-28
3
-28
/
+40
*
Linux: Enable FindInPage automated ui test test.
estade@chromium.org
2009-09-28
1
-4
/
+8
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-2
/
+2
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
13
-43
/
+26
*
Change the way the NonClientView handles forcing the native frame for popups/...
ben@chromium.org
2009-09-28
9
-45
/
+65
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
13
-26
/
+43
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
4
-16
/
+16
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
1
-2
/
+2
*
Adds the ability for script to resize the menu.
sky@chromium.org
2009-09-28
1
-2
/
+2
*
Fixes regression in drop arrow. Specifically window properties were
sky@chromium.org
2009-09-28
1
-3
/
+3
*
Added an accelerator to the HtmlDialogView class so that hitting the ESC key ...
tim@chromium.org
2009-09-28
2
-0
/
+12
[next]