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
/
tab_contents
Commit message (
Expand
)
Author
Age
Files
Lines
*
CreateNewWindowInternal and ShowCreatedWindowInternal aren't actually platfor...
avi@google.com
2009-03-27
8
-131
/
+36
*
Fix unintialized variable (only affected unit test).
evan@chromium.org
2009-03-26
1
-1
/
+2
*
Fix crash when trying to handle keyboard accelerators
tc@google.com
2009-03-26
1
-3
/
+15
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-26
1
-3
/
+11
*
Temporarily work around a hang in unimplemented drag and drop.
evan@chromium.org
2009-03-26
2
-0
/
+14
*
Hook up ctrl+tab and ctrl+shift+tab for switching tabs in linux
tc@google.com
2009-03-26
1
-4
/
+6
*
Enable child RWHVs on the Mac.
avi@google.com
2009-03-26
2
-0
/
+31
*
WebContentsView became more than just an interface with 48103 (r12483). If we...
avi@google.com
2009-03-26
7
-80
/
+65
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
4
-66
/
+151
*
Fix crasher due to improperly initializing variables.
avi@google.com
2009-03-25
1
-1
/
+1
*
Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."
evan@chromium.org
2009-03-25
1
-11
/
+3
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-25
1
-3
/
+11
*
Refactor some widget creation code in web_contents_view and render_widget_hos...
estade@chromium.org
2009-03-25
9
-123
/
+47
*
Reverting 12469.
brettw@chromium.org
2009-03-25
4
-150
/
+66
*
Make the bookmarks bar disappear when the load after the new tab page commits
brettw@chromium.org
2009-03-25
4
-66
/
+150
*
Switch some more ASCII locale code wstrings to strings.
estade@chromium.org
2009-03-24
1
-10
/
+10
*
Make sure we never pass a nil charcode, AppKit gets very unhappy about that.
pinkerton@chromium.org
2009-03-24
1
-2
/
+3
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
1
-1
/
+8
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
2
-0
/
+7
*
Updating to use scoped_nsobject.
avi@google.com
2009-03-23
2
-9
/
+3
*
Hook up popup windows on Mac (no blocking yet).
avi@google.com
2009-03-23
2
-7
/
+35
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
2
-0
/
+7
*
Linux UI hook ups:
estade@chromium.org
2009-03-20
2
-10
/
+21
*
Implement context menus on Mac.
pinkerton@chromium.org
2009-03-20
3
-1
/
+190
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
2
-5
/
+8
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
2
-4
/
+4
*
Plumb up mouse motion for the status bubbles.
avi@google.com
2009-03-19
4
-5
/
+37
*
Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.
darin@chromium.org
2009-03-19
1
-2
/
+2
*
Add missing 'return true' to stop switch fall though.
agl@chromium.org
2009-03-18
1
-0
/
+1
*
Implement GTK dropdown menus.
estade@chromium.org
2009-03-18
2
-14
/
+22
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Remove an assertion I added in my DOM UI change. It looks like this happens in
brettw@chromium.org
2009-03-18
1
-5
/
+0
*
Remove unneeded uses of base/hash_tables.h.
thestig@chromium.org
2009-03-17
1
-1
/
+0
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
8
-31
/
+128
*
SSL Fix: Step 4.
abarth@chromium.org
2009-03-17
2
-3
/
+9
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
2
-2
/
+2
*
Move focus related files into a new chrome/views/focus subdir
ben@chromium.org
2009-03-17
1
-1
/
+1
*
fix bustage - moved file
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move widget related files into views/widget
ben@chromium.org
2009-03-17
2
-2
/
+2
*
Change a function name.
estade@chromium.org
2009-03-16
8
-9
/
+9
*
Fix keyboard scrolling on non-Windows platforms.
erg@google.com
2009-03-16
1
-19
/
+4
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
1
-3
/
+2
*
Move a bunch of our GTK code that was previous manually handling references (...
deanm@chromium.org
2009-03-16
2
-9
/
+9
*
DevToolsManager is a service in the browser process that manages all open dev...
yurys@google.com
2009-03-16
8
-62
/
+0
*
Linux: Change the cursor back to the default arrow when the render view loses...
estade@chromium.org
2009-03-15
1
-0
/
+9
*
Implement 2 more gtk dialogs: open file and open multiple files.
estade@chromium.org
2009-03-13
1
-2
/
+1
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
4
-4
/
+41
*
Rename DebuggerContents to DebuggerUI and move to the dom_ui folder.
brettw@chromium.org
2009-03-13
1
-2
/
+2
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
3
-0
/
+3
*
Reverting 11640.
finnur@chromium.org
2009-03-13
4
-37
/
+4
[next]