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
/
ui
/
gtk
/
bookmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
gtk: Extract event functions into event_utils module.
tfarina@chromium.org
2012-06-14
2
-1
/
+3
*
TabContentsWrapper -> TabContents, part 41.
avi@chromium.org
2012-06-11
1
-1
/
+1
*
Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()
davemoore@chromium.org
2012-06-07
2
-3
/
+3
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
2
-2
/
+2
*
fix a couple apparent memory leaks and add a suppression
estade@chromium.org
2012-06-02
3
-4
/
+4
*
GTK: Draw dragged bookmark text with NO_SUBPIXEL_RENDERING flag.
asvitkine@chromium.org
2012-05-25
1
-1
/
+2
*
Move RenderViewHostDelegate::View to content/port and rename it to RenderView...
jam@chromium.org
2012-05-24
1
-0
/
+1
*
Adds the ability for BubbleGtk widgets to specify both input and popup attrib...
khorimoto@chromium.org
2012-05-23
1
-2
/
+3
*
Convert GdkPixbufFromSkBitmap(const SkBitmap*) to GdkPixbufFromSkBitmap(const...
pkotwicz@chromium.org
2012-05-20
1
-1
/
+1
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-2
/
+2
*
bookmarks: Make sure we are allowed to create a folder with an empty name.
tfarina@chromium.org
2012-05-05
1
-16
/
+6
*
linux: Move linux_util.h from gfx/ to ui/base/gtk.
tfarina@chromium.org
2012-05-04
1
-3
/
+3
*
Revert r123782.
thakis@chromium.org
2012-05-03
11
-31
/
+31
*
TabContents -> WebContentsImpl, part 22.
avi@chromium.org
2012-04-18
2
-2
/
+2
*
Metro/HiDPI: Cleanup ResourceBundle
sail@chromium.org
2012-04-12
1
-4
/
+9
*
gtk/bookmarks: Remove deprecated usage of Menu2 code from bookmark_editor_gtk.cc
tfarina@chromium.org
2012-03-22
1
-24
/
+4
*
Linux: Only close the wrench menu when the bookmark model changes if the book...
mdm@chromium.org
2012-03-20
2
-5
/
+18
*
Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...
oshima@chromium.org
2012-03-16
1
-1
/
+1
*
Fix app launch histograms.
estade@chromium.org
2012-03-08
1
-3
/
+3
*
Use BookmarkEditor to rename bookmark folders.
flackr@chromium.org
2012-03-01
1
-2
/
+2
*
Use correct bookmark editor window titles.
flackr@chromium.org
2012-02-29
1
-1
/
+1
*
gtk: Rename GtkThemeService to ThemeServiceGtk.
tfarina@chromium.org
2012-02-27
11
-39
/
+39
*
Remove WebUI dialogs controlled by IsMoreWebUI which have native equivalents.
flackr@chromium.org
2012-02-16
1
-6
/
+8
*
Linux: fix bookmarks with & in them not showing correctly in the wrench menu.
mdm@chromium.org
2012-02-15
1
-3
/
+9
*
GTK: Do more GSEALing.
erg@chromium.org
2012-02-09
1
-13
/
+20
*
GTK: Fix bookmark bar dragging in release builds.
erg@chromium.org
2012-01-26
1
-6
/
+7
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-1
/
+1
*
GTK: More GSEALing.
erg@chromium.org
2012-01-11
1
-19
/
+24
*
Linux: close the bookmark menu if it finishes loading while currently open.
mdm@chromium.org
2012-01-07
2
-5
/
+9
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
GTK: More raw struct access removal, this time focusing on GtkDialog.
erg@chromium.org
2012-01-06
2
-5
/
+6
*
Linux: check for bookmark nodes being loaded before using them to display the...
mdm@chromium.org
2012-01-05
1
-2
/
+12
*
Get rid of another bunch of tab_contents.h includes from chrome and switch th...
jam@chromium.org
2012-01-05
1
-1
/
+1
*
GTK: Remove use of deprecated gtk_dialog_set_has_separator
robert.bradford@intel.com
2012-01-04
1
-1
/
+3
*
GTK: Add missing gtk_compat.h include for bookmark_bar_gtk.cc
robert.bradford@intel.com
2012-01-03
1
-1
/
+2
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-4
/
+5
*
Have whitespace cleanup for bookmarks happen in BookmarkNode::SetTitle(..).
zea@chromium.org
2011-12-30
1
-1
/
+1
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
6
-9
/
+25
*
gtk: Add missing ui:: to ResourceBundle references.
tfarina@chromium.org
2011-12-22
2
-6
/
+6
*
Rename TabContents::view() to GetView() and put it in the WebContents interface.
jam@chromium.org
2011-12-21
1
-2
/
+2
*
GTK: Stamp out the final GetSurface.* methods in GtkThemeService.
erg@chromium.org
2011-12-16
3
-4
/
+9
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
2
-8
/
+12
*
GTK: Make bookmarks droped from different profiles copy the bookmark.
erg@chromium.org
2011-12-13
1
-12
/
+10
*
GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...
erg@chromium.org
2011-12-10
1
-0
/
+3
*
GTK: Remove deprecated methods and replace them with the new standard calls.
erg@chromium.org
2011-12-10
1
-6
/
+6
*
GTK: More removal of raw GtkWidget->allocation access.
erg@chromium.org
2011-12-05
1
-2
/
+5
*
Replace the GURL referrer field of OpenURLParams with a content::Referrer
jochen@chromium.org
2011-12-05
2
-2
/
+2
*
Adds back BookmarkNode::IsVisible. Turns out we want to conditionally
sky@chromium.org
2011-12-03
2
-3
/
+10
*
GTK: Move CairoCachedSurface from being owned by GtkThemeService to gfx::Image.
erg@chromium.org
2011-12-02
1
-1
/
+1
*
Makes gtk show the 'mobile' bookmark folder where appropriate.
sky@chromium.org
2011-12-02
2
-0
/
+320
[next]