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
/
chrome.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-0
/
+6
*
Make the RenderViewHostFactory a global. This prevents us from having to pass
brettw@chromium.org
2009-04-07
1
-0
/
+2
*
Revert "Implement chromium.self in content scripts..."
aa@chromium.org
2009-04-07
1
-4
/
+0
*
Implement chromium.self in content scripts, so that developers don't
aa@chromium.org
2009-04-07
1
-0
/
+4
*
Revert "Initial implemention of Mac Omnibox."
shess@chromium.org
2009-04-07
1
-6
/
+3
*
Basic infobars on linux.
estade@chromium.org
2009-04-06
1
-1
/
+4
*
Initial implemention of Mac Omnibox.
shess@chromium.org
2009-04-06
1
-3
/
+6
*
Implement loading animations. I've ignored the app mode and popup cases sinc...
willchan@chromium.org
2009-04-06
1
-0
/
+3
*
First implementation of a bookmark bar.
erg@google.com
2009-04-06
1
-0
/
+2
*
Write the star toggle button. Clicking it will bookmark the page.
erg@google.com
2009-04-06
1
-0
/
+2
*
Better Linux ChromeCanvas text drawing, using Pango.
deanm@chromium.org
2009-04-06
1
-1
/
+1
*
DevTools: Split message handling on the agent side into the Renderer and IO h...
pfeldman@chromium.org
2009-04-06
1
-0
/
+2
*
- Added support for keeping track of load times.
davemoore@chromium.org
2009-04-03
1
-0
/
+2
*
DevTools: move devtools messages to common.
pfeldman@chromium.org
2009-04-03
1
-2
/
+2
*
Start of code coverage for Mac.
jrg@chromium.org
2009-04-03
1
-0
/
+27
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-2
/
+2
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-5
/
+55
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-55
/
+5
*
Fix linking with gold by cleaning up lib dependencies.
tc@google.com
2009-04-02
1
-7
/
+7
*
Add -lX11 -lXrender -lXext to the chrome link.
sgk@google.com
2009-04-02
1
-0
/
+7
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
1
-0
/
+1
*
Make Gtk/Gdk/GLib errors/warnings really fatal.
phajdan.jr@chromium.org
2009-04-01
1
-0
/
+1
*
Update Linux gyp unit_tests:
sgk@google.com
2009-04-01
1
-13
/
+28
*
Linux gyp changes
sgk@google.com
2009-03-31
1
-9
/
+12
*
Fixed Mac link problems with ipc_tests ui_tests startup_tests
jrg@chromium.org
2009-03-31
1
-5
/
+13
*
* Breakpad on OSX now works with stock Breakpad framwork.
jeremy@chromium.org
2009-03-30
1
-0
/
+6
*
Update chrome.gyp for new browser/gtk/tabs/*.{cc,h} breakout.
sgk@google.com
2009-03-30
1
-2
/
+6
*
Retry of r12793: Rename some .cpp files to .cc.
evan@chromium.org
2009-03-30
1
-5
/
+5
*
Revert "Rename some .cpp files to .cc."
evan@chromium.org
2009-03-30
1
-2
/
+2
*
Rename some .cpp files to .cc.
evan@chromium.org
2009-03-30
1
-2
/
+2
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
1
-2
/
+6
*
Move message flags into a separate header that can be used
tc@google.com
2009-03-27
1
-0
/
+1
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
1
-4
/
+0
*
Build real ui_tests on Mac
phajdan.jr@chromium.org
2009-03-27
1
-7
/
+22
*
Minor tweaks to get chrome-ui://extensions working on the Mac.
jrg@chromium.org
2009-03-26
1
-2
/
+0
*
Block Oriya locale on Windows XP.
jungshik@google.com
2009-03-26
1
-0
/
+1
*
First stab at Mac breakpad support.
jeremy@chromium.org
2009-03-26
1
-3
/
+4
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
1
-0
/
+1
*
Bookmark menu work. Notes:
jrg@chromium.org
2009-03-25
1
-0
/
+3
*
Reverting 12469.
brettw@chromium.org
2009-03-25
1
-1
/
+0
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
1
-0
/
+1
*
Add convert_dict and flush_cache targets.
sgk@google.com
2009-03-25
1
-0
/
+31
*
Implement basic ShowItemInFolder for linux.
estade@chromium.org
2009-03-24
1
-0
/
+4
*
Collapse two conditions into a single one.
thomasvl@chromium.org
2009-03-24
1
-2
/
+0
*
GYP fixes: remove references to deleted files.
agl@chromium.org
2009-03-24
1
-1
/
+0
*
Porting of unit tests in chrome/
phajdan.jr@chromium.org
2009-03-24
1
-2
/
+0
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
1
-0
/
+4
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-2
/
+4
*
Add initial implementation of the Linux TabStrip.
jhawkins@chromium.org
2009-03-23
1
-0
/
+2
*
Deliver events and notifications to the RootView.
erg@google.com
2009-03-23
1
-0
/
+3
[next]