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
*
Add a bunch of basic unit tests for view classes.
pinkerton@chromium.org
2009-04-21
1
-0
/
+5
*
More solid detection of browser process in chrome_process_util_linux.cc:
phajdan.jr@chromium.org
2009-04-21
1
-1
/
+3
*
Rename web_contents_view* files to tab_contents_view* to reflect my previous
brettw@chromium.org
2009-04-21
1
-8
/
+8
*
Fix linking on linux by explicitly adding gthread.
tc@google.com
2009-04-20
1
-0
/
+2
*
Add a unit test for BaseView. Add a helper to get the contentView more easily.
pinkerton@chromium.org
2009-04-20
1
-0
/
+1
*
A subset of the bookmarks API- missing events- missing unit tests- missing ab...
erikkay@google.com
2009-04-17
1
-0
/
+2
*
Initial implementation of the FindBar on Mac.
rohitrao@chromium.org
2009-04-17
1
-0
/
+7
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
1
-0
/
+1
*
Re-introducing the toolbar importer code.This is the same code that was remov...
brg@chromium.com
2009-04-16
1
-0
/
+3
*
Fix the process creation problem. This forces transitions between
brettw@chromium.org
2009-04-16
1
-0
/
+1
*
Refactor the tab button logic into TabButtonGtk.
jhawkins@chromium.org
2009-04-16
1
-0
/
+2
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-3
/
+0
*
Implement app modal dialogs on mac.
pinkerton@chromium.org
2009-04-16
1
-0
/
+1
*
Handles audio messages on IO thread in render process
hclam@chromium.org
2009-04-16
1
-4
/
+8
*
Add a test helper to pull out some common code. Add a test for tab controller...
pinkerton@chromium.org
2009-04-16
1
-1
/
+6
*
Recommit previous change with GYP files fixed.
erg@google.com
2009-04-16
1
-2
/
+6
*
Reverting 13839,13838.
awalker@google.com
2009-04-16
1
-1
/
+1
*
Allow unit_tests (and other non-bundle executables) to rely on objectiveC that's
pinkerton@chromium.org
2009-04-16
1
-1
/
+1
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-0
/
+2
*
Reverts the previous two commits. (r13812 and r13811).
erg@google.com
2009-04-15
1
-8
/
+0
*
Fix tree
erg@google.com
2009-04-15
1
-0
/
+4
*
Implement BookmarkContextMenuGtk and hook it up to most bookmark bar elements.
erg@google.com
2009-04-15
1
-0
/
+4
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
1
-1
/
+0
*
Unit test for command observer bridge class. Add ifdef guards that were missi...
pinkerton@chromium.org
2009-04-15
1
-0
/
+1
*
Add unit test for bookmark bar controller.
pinkerton@chromium.org
2009-04-15
1
-0
/
+1
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-0
/
+5
*
Implement chrome_proces_util for linux and enable download ui test.
estade@chromium.org
2009-04-14
1
-8
/
+2
*
Remove ExtensionContentScriptInject unit test.
aa@chromium.org
2009-04-14
1
-1
/
+0
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
1
-4
/
+0
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
1
-0
/
+1
*
The history tests relies on being about to reset a profile, which means we need
thomasvl@chromium.org
2009-04-14
1
-0
/
+5
*
Get the first set of page_cycler_tests working on Mac. This means: MozFile,
nirnimesh@chromium.org
2009-04-14
1
-29
/
+30
*
Add unit test for status bubble mac.
pinkerton@chromium.org
2009-04-14
1
-0
/
+5
*
Collapse bookmark bars into a single bar per window, rather than one per tab.
pinkerton@chromium.org
2009-04-14
1
-0
/
+2
*
Revert "Add JsonSchema-based validation for the tab APIs."
aa@chromium.org
2009-04-14
1
-5
/
+0
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
1
-0
/
+5
*
Remove the DOMUIHost. It is not used by any code.
brettw@chromium.org
2009-04-13
1
-2
/
+0
*
Hook up a bit more plumbing to ExtensionView which should allow popup windows...
erikkay@google.com
2009-04-13
1
-0
/
+2
*
Initial implemention of Mac Omnibox.
shess@chromium.org
2009-04-10
1
-2
/
+4
*
Factor out MakeLinkButton into its own class.
estade@chromium.org
2009-04-10
1
-0
/
+2
*
DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or...
pfeldman@chromium.org
2009-04-10
1
-3
/
+19
*
Replace chrome_process_filter with chrome_process_util.
estade@chromium.org
2009-04-09
1
-3
/
+3
*
Fixing gyp description for windows with webkit/test_shell.
bradnelson@google.com
2009-04-09
1
-1
/
+2
*
Cleanup small mistakes from my previous changelists.
willchan@chromium.org
2009-04-09
1
-7
/
+6
*
Make CustomContainerButton a gtk widget.
erg@google.com
2009-04-09
1
-2
/
+4
*
Introducing ExtensionProcessManager. This manages the ExtensionViews to
mpcomplete@google.com
2009-04-09
1
-0
/
+3
*
Flatten down to a single toolbar per window, significantly simplifying the ta...
pinkerton@chromium.org
2009-04-09
1
-0
/
+5
*
Undo of last piece of http://codereview.chromium.org/56119 (temporary
jrg@chromium.org
2009-04-09
1
-4
/
+4
*
Actually implement js message boxes on linux. This handles
tc@google.com
2009-04-09
1
-1
/
+1
*
Add dummy encryptor implementations for mac and linux.
thestig@chromium.org
2009-04-09
1
-5
/
+5
[next]