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
*
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
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
4
-4
/
+37
*
Gtk dialogs, first cut.
estade@chromium.org
2009-03-12
1
-0
/
+2
*
bustage
ben@chromium.org
2009-03-12
1
-1
/
+1
*
Make Widget return a gfx::NativeView instead of a HWND.
ben@chromium.org
2009-03-12
1
-14
/
+14
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
6
-42
/
+54
*
Moving the storing/restoring of the focus from TabContents to WebContentsView...
jcampan@chromium.org
2009-03-12
9
-104
/
+129
*
Add a couple more unit tests to the Mac build
pinkerton@chromium.org
2009-03-11
1
-1
/
+2
*
Initial pass at copy/paste. Menu items are always enabled. This matches Windo...
avi@chromium.org
2009-03-11
2
-2
/
+30
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
4
-21
/
+25
*
Change SpellChecker::Language to be an ASCII string.
estade@chromium.org
2009-03-11
1
-3
/
+3
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
2
-5
/
+5
*
Pass unhandled events to Cocoa; thanks to Dmitri for the event fix.
avi@chromium.org
2009-03-10
1
-3
/
+12
*
First step at removing TabContents from temp scaffolding. Get rid of duplicat...
pinkerton@chromium.org
2009-03-10
1
-8
/
+19
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
16
-16
/
+0
*
Relanding the CL removing Windows specific code from the interstitial page.
jcampan@chromium.org
2009-03-09
1
-34
/
+7
[next]