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
*
Proposed change to support resource loading for media files.
hclam@chromium.org
2009-03-02
4
-0
/
+98
*
Add file that got missing from main checkin.
ericroman@google.com
2009-03-02
1
-0
/
+2
*
Convert encryptor.cc and friends to string16.
thestig@chromium.org
2009-03-02
4
-51
/
+55
*
Fix order of downloads list (HTH it happened, I don't know).
glen@chromium.org
2009-03-02
1
-1
/
+1
*
Fix bookmark and menu drag images by making a halo around them. This makes
brettw@chromium.org
2009-03-02
13
-5
/
+18
*
Add site_instance_unittest.cc to the Posix build.
jhawkins@chromium.org
2009-03-02
1
-2
/
+2
*
Enable focus-change via tabbing on Linux.
estade@chromium.org
2009-03-02
6
-19
/
+90
*
Fix a slight error in the atl includes. We are using the CRect class from WTL...
maruel@chromium.org
2009-03-02
1
-1
/
+2
*
Fix compilations errors introduced by revision 10712.
maruel@chromium.org
2009-03-02
5
-13
/
+21
*
Remove includes to the newly removed edit_drop_target.h header.
deanm@chromium.org
2009-03-02
2
-2
/
+0
*
Separate the AutocompleteEditView from the cross-platform code.
deanm@chromium.org
2009-03-02
15
-2662
/
+2806
*
Create the PopupView from the EditView, not the PopupModel.
deanm@chromium.org
2009-03-02
8
-228
/
+244
*
Fix crash; dom_ui_ is destroyed by LoadURL.
glen@chromium.org
2009-03-01
1
-1
/
+3
*
Fix the misspelling of GetLaunchShortcutKind().
mal@chromium.org
2009-02-28
1
-3
/
+3
*
Run the unload tests in single process mode, after my fix to single process m...
jam@chromium.org
2009-02-28
1
-35
/
+0
*
Remove Windows ifdefs, all views will need to implement this method.
deanm@chromium.org
2009-02-28
1
-5
/
+1
*
Attempt 2 at landing this.
ananta@chromium.org
2009-02-28
1
-3
/
+17
*
Initial work on chrome-ui://extensions/ page. URL now displays a static templ...
rafaelw@chromium.org
2009-02-28
7
-0
/
+249
*
Fix system menu positioning in fullscreen mode to be at the upper left corner...
pkasting@chromium.org
2009-02-28
2
-8
/
+11
*
Adapt (and move) mark@chromium.org's Keystone integration to Chromium.
jrg@chromium.org
2009-02-28
1
-1
/
+6
*
Wire chrome shortcuts tooltip (installation)
cpu@google.com
2009-02-28
1
-1
/
+4
*
Get rid of wstring variants of StringToFoo.
dsh@google.com
2009-02-28
11
-32
/
+29
*
When starting Chrome with the option to go to the home page on start-up, the ...
jcampan@chromium.org
2009-02-28
1
-0
/
+4
*
Does two changes to appease chrome bot runs:
sky@google.com
2009-02-28
10
-5
/
+33
*
Refactor download shelf and prepare for porting.
estade@chromium.org
2009-02-28
14
-111
/
+175
*
Revert "Don't call SetPriorityClass if CBSText.dll is loaded in the browser
tc@google.com
2009-02-27
1
-11
/
+3
*
Drop whitespace at end of line
willchan@chromium.org
2009-02-27
7
-31
/
+29
*
Don't call SetPriorityClass if CBSText.dll is loaded in the browser process. ...
ananta@chromium.org
2009-02-27
1
-3
/
+11
*
Implementation of AudioRendererHost
hclam@chromium.org
2009-02-27
4
-167
/
+290
*
Update version number for the upgraded French and Polish dictionaries.
sidchat@google.com
2009-02-27
1
-11
/
+8
*
When we open a popup window from an app window, we used to identify this popu...
mad@chromium.org
2009-02-27
3
-21
/
+23
*
Wires up sorting of bookmarks to the 'organize menu' in the bookmark
sky@google.com
2009-02-27
17
-15
/
+190
*
Disable the ExtensionViewTest while I investigate why it's hanging on the
mpcomplete@google.com
2009-02-27
1
-1
/
+1
*
Add "stop" image to project. Clean up project so app/theme is a proper group ...
pinkerton@chromium.org
2009-02-27
7
-4
/
+36
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
13
-28
/
+263
*
Ensure classes only referenced by .xib files end up in the executable
mark@chromium.org
2009-02-27
1
-0
/
+2
*
Remove a few more NOTIMPLEMENTED methods.
pinkerton@chromium.org
2009-02-27
1
-1
/
+2
*
Switch from NOTIMPLEMENTED in RenderWidgetHostViewMac::MovePluginWindows() to...
pinkerton@chromium.org
2009-02-27
1
-1
/
+1
*
Add a centralized error reporter to the
aa@chromium.org
2009-02-27
8
-91
/
+187
*
Fix painting issue after a renderer crash
agl@chromium.org
2009-02-27
1
-1
/
+5
*
Make AutocompletePopupView a virtual interface.
deanm@chromium.org
2009-02-27
3
-310
/
+346
*
Pull the autocomplete popup into separate model and view files.
deanm@chromium.org
2009-02-27
7
-512
/
+578
*
Fix the tab strip controller to use a list of controllers rather than relying on
pinkerton@chromium.org
2009-02-27
5
-44
/
+37
*
Enable new tab page for Mac and Linux
pinkerton@chromium.org
2009-02-27
2
-5
/
+7
*
Misc formatting / cleanup in the autocomplete code.
deanm@chromium.org
2009-02-27
15
-77
/
+62
*
Finish porting importer for Posix:
jhawkins@chromium.org
2009-02-27
1
-8
/
+1
*
Issue 7318: Popup Titlebar Appears Under Windows Taskbar
idanan@chromium.org
2009-02-27
3
-4
/
+31
*
Re-land r10564 with a fix for unit tests. Fixed a typo in an ifdef.
jhawkins@chromium.org
2009-02-27
4
-40
/
+91
*
Now we sort encoding menu according to current application locale, we also
jnd@chromium.org
2009-02-27
3
-4
/
+33
*
Completely disable the resize corner until we find a solution for the perform...
mad@chromium.org
2009-02-27
1
-2
/
+5
[next]