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
/
gtk
/
tabs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.
estade@chromium.org
2010-05-11
1
-1
/
+0
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
1
-2
/
+2
*
Refactors animation to allow for cleaner subclassing. I'm doing this
sky@chromium.org
2010-05-05
3
-9
/
+9
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Changes the tab menu to use pin and unpin instead of a check. The mac
sky@chromium.org
2010-04-26
1
-7
/
+4
*
Re-instate the temporary revert from r45267. That reverted certain
shess@chromium.org
2010-04-23
1
-22
/
+2
*
Temporarily revert certain Omnibox, toolbar, tab animations, and other
shess@chromium.org
2010-04-22
1
-2
/
+22
*
GTK: navigate to URL on PRIMARY when middle-clicking the location icon.
estade@chromium.org
2010-04-16
1
-22
/
+2
*
Adds AnimationContainer, which can be used to group a set of
sky@chromium.org
2010-04-01
1
-1
/
+1
*
Fixes bug where highlighting the close XXX menu items in the context
sky@chromium.org
2010-03-26
1
-10
/
+5
*
views/gtk: Set the tooltip text for tab strip and new tab button.
estade@chromium.org
2010-03-24
1
-0
/
+3
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
5
-6
/
+6
*
Move RTL related functions from app/l10n_util to base/i18n/rtl
ben@chromium.org
2010-03-20
2
-4
/
+4
*
Remove dependency from webkit on chrome/common by moving files to src/app.
pinkerton@chromium.org
2010-03-19
2
-2
/
+2
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-2
/
+2
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
3
-3
/
+3
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
4
-6
/
+6
*
Final removal of the bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-10
2
-7
/
+7
*
chrome 4: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-0
/
+1
*
Implements mini-tab support for linux.
sky@chromium.org
2010-03-05
10
-414
/
+463
*
GTK: fix a tab dragging crasher.
estade@chromium.org
2010-03-04
2
-22
/
+19
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
4
-7
/
+7
*
GTK: Change the vertical offsets in non-custom tab background images dependin...
erg@chromium.org
2010-02-23
4
-3
/
+28
*
Attempt 2 at landing this. The first attempt failed because
sky@chromium.org
2010-02-19
1
-3
/
+0
*
Revert 39489 - Changes the rendering of minitabs slightly:
sky@chromium.org
2010-02-19
1
-0
/
+3
*
Changes the rendering of mini-tabs slightly:
sky@chromium.org
2010-02-19
1
-3
/
+0
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
2
-0
/
+2
*
GTK: Fix corrupted tab edges when theme changes.
erg@google.com
2010-02-17
2
-1
/
+27
*
Use TabContents::GetDefaultTitle() everywhere we need a title for an untitled...
pkasting@chromium.org
2010-02-12
1
-6
/
+4
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
4
-20
/
+20
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
accept NETSCAPE_URL drags in gtk tabstrip
estade@chromium.org
2010-02-08
1
-3
/
+7
*
Adds Animation::CurrentValueBetween and gets rid of a bunch of
sky@chromium.org
2010-02-07
1
-21
/
+11
*
Makes mini-tabs work on the UI side (at least for views). I still have
sky@chromium.org
2010-02-06
1
-2
/
+2
*
GTK: Fix tab strip width calculation for RTL
estade@chromium.org
2010-02-05
1
-1
/
+4
*
Yet more tab strip model changes. I'm hoping this is the last of
sky@chromium.org
2010-02-05
1
-4
/
+4
*
Adjusts tab strip model to deal with app tabs. There were a couple of
sky@chromium.org
2010-02-02
3
-198
/
+8
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
1
-2
/
+2
*
Gtk: don't crash when a dragged tab gets deleted.
estade@chromium.org
2010-01-20
1
-0
/
+8
*
Make a MenuModel for the popup favicon menu. For now only GTK uses it. Consol...
estade@chromium.org
2010-01-19
1
-6
/
+16
*
Fix Linux Valgrind bots reporting a Memcheck:Cond from r36415.
rsesek@chromium.org
2010-01-16
1
-0
/
+1
*
Tab-modal dialog improvements:
zelidrag@google.com
2010-01-15
4
-0
/
+25
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-2
/
+2
*
Resolve issue 22731
jhawkins@chromium.org
2010-01-11
3
-21
/
+12
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-2
/
+2
*
GTK: make tab context menu use tab_menu_model
estade@chromium.org
2010-01-05
1
-43
/
+41
*
Fixes bug on removing last pinned tab that left new tab button
sky@chromium.org
2009-12-22
1
-0
/
+8
*
Attempt 2 at landing this:
sky@chromium.org
2009-12-21
2
-53
/
+33
*
Re-land http://codereview.chromium.org/507022.
suzhe@chromium.org
2009-12-21
1
-1
/
+3
*
Revert 34954 - Fix issue 11258: Linux: gracefully handle small browser window
rsesek@chromium.org
2009-12-18
1
-3
/
+1
[next]