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
/
ui
/
base
/
clipboard
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Remove some unneeded string allocations.
thestig
2014-12-03
1
-1
/
+2
*
Reland rewrite clipboard write IPC handling to be easier to understand.
dcheng
2014-11-20
6
-337
/
+141
*
Revert of Rewrite clipboard write IPC handling to be easier to understand. (p...
sky
2014-11-19
6
-95
/
+337
*
Rewrite clipboard write IPC handling to be easier to understand.
dcheng
2014-11-19
6
-337
/
+95
*
Add TestClipboard implementation for unit tests.
dcheng
2014-11-18
15
-837
/
+908
*
Parameterize ui::Clipboard tests.
dcheng
2014-11-10
2
-126
/
+141
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.
thestig
2014-11-07
1
-3
/
+3
*
Clipboard buildfix: USE_AURA without TOOLKIT_VIEWS failed to compile.
gunsch
2014-10-29
2
-3
/
+1
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
2
-7
/
+7
*
MacViews: Implement FormatType::operator< on Mac.
andresantoso
2014-10-29
2
-1
/
+7
*
Type conversion fixes, ui/ edition.
pkasting
2014-10-21
1
-2
/
+2
*
Change ui::Clipboard to use virtual methods for testing purposes.
dcheng
2014-10-17
13
-428
/
+767
*
Reorder clipboard method definitions to more closely match headers.
dcheng
2014-10-16
5
-632
/
+646
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
1
-4
/
+4
*
Use ReadSizeT()/WriteSizeT() in more places.
pkasting
2014-10-08
2
-15
/
+15
*
Remove clipboard argument from ScopedClipboardWriter constructor.
dcheng
2014-09-17
3
-49
/
+32
*
Cleanup: Remove obsolete references to webkit_glue namespace.
tfarina@chromium.org
2014-08-09
1
-2
/
+0
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
Enable copying long text to Chrome and pasting long text from Chrome
pkotwicz@chromium.org
2014-08-04
1
-1
/
+18
*
Process SelectionRequestor::PerformBlockingConvertSelection() requests one at a
pkotwicz@chromium.org
2014-07-25
1
-42
/
+22
*
Make selection_owner.h not include Xlib.h for consistency with
pkotwicz@chromium.org
2014-07-17
1
-4
/
+4
*
Remove X11/Xlib.h include from selection_requestor.h
pkotwicz@chromium.org
2014-07-17
1
-3
/
+3
*
Add a unit test that filenames aren't unintentionally converted to URLs.
dcheng@chromium.org
2014-07-15
2
-111
/
+105
*
Remove unused |out_data_bytes| parameter from ui::GetRawBytesOfProperty()
pkotwicz@chromium.org
2014-07-14
1
-2
/
+0
*
MacViews: Partially implement OSExchangeDataProviderMac.
andresantoso@chromium.org
2014-07-10
1
-1
/
+1
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-07-01
2
-5
/
+3
*
Remove base/memory/scoped_handle.h
brettw@chromium.org
2014-06-10
1
-1
/
+0
*
Make Chrome's clipboard compatible with the clipboard for mono apps (http://w...
pkotwicz@chromium.org
2014-06-04
1
-1
/
+2
*
Persist the clipboard data upon exiting Chrome Linux Aura.
pkotwicz@chromium.org
2014-05-06
1
-11
/
+62
*
Change SelectionRequestor::PerformBlockingConvertSelection() so that it can b...
pkotwicz@chromium.org
2014-05-02
1
-2
/
+2
*
[Ozone] Disable ClipboardTest.MultipleBufferTest since it uses functionality ...
dnicoara@chromium.org
2014-04-15
1
-1
/
+3
*
More removal of GTK code.
erg@chromium.org
2014-04-15
4
-73
/
+2
*
Simplify some Win Aura ifdefs.
jam@chromium.org
2014-04-11
1
-1
/
+1
*
x11: Remove MessagePumpObserver.
sadrul@chromium.org
2014-04-11
1
-11
/
+9
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
1
-677
/
+0
*
base: Do not allow MessagePumpObservers to consume events.
sadrul@chromium.org
2014-04-05
1
-5
/
+2
*
x11: Move X event handling out of the message-pump.
sadrul@chromium.org
2014-04-05
2
-7
/
+27
*
Guard the definition of kMimeTypeWebCustomData with the proper feature macros...
lcwu@chromium.org
2014-04-03
1
-0
/
+3
*
Mark drags starting in web content as tainted to avoid file path forgery
dcheng@chromium.org
2014-03-25
1
-2
/
+5
*
linux_aura: Clear the clipboard even if we don't own it.
erg@chromium.org
2014-03-20
1
-3
/
+3
*
Make ui::Clipboard::WriteObjects private and remove most dependencies.
dcheng@chromium.org
2014-03-20
2
-11
/
+34
*
Revert 256981 "Verify FormatType in ScopedClipboardWriter::Write..."
dcheng@chromium.org
2014-03-15
9
-82
/
+21
*
Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.
zmo@chromium.org
2014-03-14
3
-2
/
+10
*
Revert 257164 "Refactor ui::Clipboard::ObjectMap sanitization in..."
zmo@chromium.org
2014-03-14
1
-2
/
+2
*
Refactor ui::Clipboard::ObjectMap sanitization in ClipboardMsgFilter.
dcheng@chromium.org
2014-03-14
1
-2
/
+2
*
Verify FormatType in ScopedClipboardWriter::WritePickledData.
dcheng@chromium.org
2014-03-14
9
-21
/
+82
*
Revert 256974 "Verify FormatType in ScopedClipboardWriter::Write..."
dcheng@chromium.org
2014-03-14
9
-82
/
+21
*
Verify FormatType in ScopedClipboardWriter::WritePickledData.
dcheng@chromium.org
2014-03-14
9
-21
/
+82
*
use SkColorType instead of (deprecated) SkBitmap::Config
reed@google.com
2014-03-11
1
-2
/
+2
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-2
/
+2
[next]