Parent Directory
|
|
|
|
|
android_webview/
|
291525 |
3 weeks |
[email protected] |
Add an "isInsideVSync" check.
Prevent calling postInvalidateOnAnimate inside VS… |
apps/
|
291150 |
3 weeks |
[email protected] |
Add apps to the GN build.
Remove duplicate reference of content_switches which … |
ash/
|
291281 |
3 weeks |
[email protected] |
Fix stale keyboard bounds on login screen
BUG=401667
Review URL: https://coder… |
athena/
|
291534 |
3 weeks |
[email protected] |
app_shell: Add audio and video capture support
This allows HTML5/WebRTC audio a… |
base/
|
291456 |
3 weeks |
[email protected] |
Support --wait-for-debugger in tests.
Review URL: https://codereview.chromium.o… |
breakpad/
|
289063 |
4 weeks |
[email protected] |
Make GN run when doing 32-bit cross-compiles on Linux.
Previously, the breakpad… |
build/
|
291472 |
3 weeks |
[email protected] |
Whitespace change to kick chromiumos builders.
TBR=szager@chromium.org
NOTRY=Tr… |
cc/
|
291484 |
3 weeks |
[email protected] |
cc: Don't infinitely throttle large raster tasks
Previously, if a raster task h… |
chrome/
|
291557 |
3 weeks |
[email protected] |
Disable flaky BrowserWindowFullScreenControllerTest.TestFullscreen.
See
http://… |
chrome_elf/
|
287899 |
5 weeks |
[email protected] |
Add export to query for blacklisted-ness.
BUG=394532
TEST=unit_tests
Review UR… |
chromecast/
|
291521 |
3 weeks |
[email protected] |
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset … |
chromeos/
|
291125 |
3 weeks |
[email protected] |
Move ParallelAuthnticator to chromeos and rename it to CryptohomeAuthenticator
… |
cloud_print/
|
291521 |
3 weeks |
[email protected] |
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset … |
components/
|
291513 |
3 weeks |
[email protected] |
Add missing pref_registry dependency from dom_distiller
Otherwise, Windows Rele… |
content/
|
291556 |
3 weeks |
[email protected] |
Fix DisownOpener and related tests.
BUG=397185
TEST=RenderFrameHostManagerTest.… |
courgette/
|
281696 |
2 months |
[email protected] |
Fixes for re-enabling more MSVC level 4 warnings: courgette/ edition
This conta… |
crypto/
|
288267 |
5 weeks |
[email protected] |
Disable Poly1305 code only on bad chips.
This change detects buggy ARM chips an… |
dbus/
|
288446 |
5 weeks |
[email protected] |
Reduce DBus ObjectUnknown ERROR to WARNING
BUG=401571
Review URL: https://code… |
device/
|
291553 |
3 weeks |
[email protected] |
Find HID report IDs in output and feature reports on Windows.
A device may only… |
extensions/
|
291542 |
3 weeks |
[email protected] |
1. Rename ChromeExtensionHostMsg_AttachGuest as ExtensionHostMsg_AttachGuest.
2.… |
gin/
|
289599 |
4 weeks |
[email protected] |
Verify that gin_shell and hello_world.js exist.
This issue: https://code.google… |
google_apis/
|
291264 |
3 weeks |
[email protected] |
Plug a memory leak in google_apis_unittests.
BUG=405985
R=rogerta@chromium.org
… |
google_update/
|
201779 |
15 months |
[email protected] |
Remove trailing commas from Chromium IDLs
This removes trailing commas in exten… |
gpu/
|
291528 |
3 weeks |
[email protected] |
gpu: glCopyTextureCHROMIUM() checks dest internal format incorrectly.
|internal… |
ios/
|
291189 |
3 weeks |
[email protected] |
Remove MutableProfileOAuth2TokenService on iOS.
Shared Authentication is the on… |
ipc/
|
291390 |
3 weeks |
[email protected] |
Credential Manager: Renderer-side implementation.
This patch does three things:… |
jingle/
|
290054 |
4 weeks |
[email protected] |
Keep track of network error in ProxyRetryInfo.
Use it to log error type in Bypa… |
media/
|
291453 |
3 weeks |
[email protected] |
Implement adaptive target delay extension
Adds new call on cast_sender: SetTarg… |
mojo/
|
291521 |
3 weeks |
[email protected] |
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset … |
native_client_sdk/
|
291036 |
3 weeks |
[email protected] |
[NaCl SDK] Remove syscalls wrappers for chmod and unlink.
This allows applicati… |
net/
|
291521 |
3 weeks |
[email protected] |
Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchset … |
pdf/
|
290780 |
3 weeks |
[email protected] |
Extracted method to CreateSinglePageRasterPdf() to simplify PrintPagesAsRasterPD… |
ppapi/
|
291480 |
3 weeks |
[email protected] |
Pepper: Report NaCl exit status over Chromium IPC.
This change uses a NaCl embe… |
printing/
|
290927 |
3 weeks |
[email protected] |
Add chrome, installer_util targets to GN build.
The chrome target doesn't link … |
remoting/
|
291046 |
3 weeks |
[email protected] |
Spelling fixes for 'device' and 'service'.
TBR=gavinp
BUG=none
Review URL: htt… |
rlz/
|
285051 |
7 weeks |
[email protected] |
clang/win: Fix most -Wwriteable-strings warnings.
Many win32 APIs take non-cons… |
sandbox/
|
291452 |
3 weeks |
[email protected] |
[MIPS] Fix build issue for MIPS
Use double underscore in the preprocessor symbo… |
sdch/
|
290638 |
3 weeks |
[email protected] |
Improve testing for SDCH.
Added some end-to-end browser tests, and added a bit … |
skia/
|
291548 |
3 weeks |
[email protected] |
AnalysisCanvas is missing an override for virtual void onClipRegion
BUG=405364
… |
sql/
|
288085 |
5 weeks |
[email protected] |
Move StringToLowerASCII to base namespace
TBR=sky
Review URL: https://coderevi… |
sync/
|
291512 |
3 weeks |
[email protected] |
[Sync] Add support for server controlled nudge delays
Server nudge delays overr… |
testing/
|
291444 |
3 weeks |
[email protected] |
Add ozone_unittests to linux_chromium_chromeos_ozone_{rel,dbg}
BUG=none
TEST=no… |
third_party/
|
291550 |
3 weeks |
[email protected] |
Rename the docserver third_party dependency "handlebar" to "motemplate", as part… |
tools/
|
291560 |
3 weeks |
[email protected] |
Update the update_reference_builds script.
The chrome-archive bucket is no long… |
ui/
|
291555 |
3 weeks |
[email protected] |
Avoid an extra GestureDetector instance for double-tap drag zooming
Currently, … |
url/
|
286347 |
6 weeks |
[email protected] |
use a gcc version check in 4.9 warning workaround
Only disable the spurious war… |
webkit/
|
291485 |
3 weeks |
[email protected] |
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespa… |
win8/
|
290890 |
3 weeks |
[email protected] |
Don't pass const strings to CreateProcess.
The documentation says that CreatePr… |
.DEPS.git
|
291546
|
3 weeks |
[email protected] |
Update .DEPS.git |
.clang-format
|
232271
|
10 months |
[email protected] |
Add a .clang-format file to give us local control over Chromium style.
This als… |
.gitattributes
|
252039
|
6 months |
[email protected] |
Stub to prevent VS2013 from creating unwanted .gitattributes.
BUG=342064
R=dari… |
.gitignore
|
290614
|
3 weeks |
[email protected] |
Add Chrome OS perf data to .gitignore.
Ignore another directory that gets gener… |
.gn
|
278355
|
2 months |
[email protected] |
Move gn secondary_source to the build/ directory
It's a goodness to sequester b… |
AUTHORS
|
291468
|
3 weeks |
[email protected] |
linux: Make sure we're getting colors from a GtkCustomMenu.
BUG=378090
Review … |
Android.mk
|
275110
|
3 months |
[email protected] |
Android WebView: make use of host multilib support.
Set the gyp variables that … |
BUILD.gn
|
291500
|
3 weeks |
[email protected] |
Don't do anything in Android GN build while the current bugs are fixed.
BUG=405… |
DEPS
|
291545
|
3 weeks |
[email protected] |
Roll FFmpeg DEPS
Includes cherry-pick to fix aac/ac3 parser bitstream buffer si… |
LICENSE
|
242994
|
8 months |
[email protected] |
Happy New Year!, 2014 edition
R=mal@chromium.org
Review URL: https://coderevie… |
LICENSE.chromium_os
|
148693
|
2 years |
[email protected] |
Fix third-party license information for a number of projects
Also fix a couple … |
OWNERS
|
267023
|
4 months |
[email protected] |
Added win_gpu to the default set of try servers.
win_gpu is already experimenta… |
PRESUBMIT.py
|
291520
|
3 weeks |
[email protected] |
Use android_dbg_tests_recipe for manual try jobs instead of android_dbg & androi… |
PRESUBMIT_test.py
|
289968
|
4 weeks |
[email protected] |
Do not run header include order checks on blacklisted files
The header include … |
WATCHLISTS
|
291178
|
3 weeks |
[email protected] |
Remove ilevy-cc from watchlists.
It's bouncing emails if you send mail directly… |
codereview.settings
|
274920
|
3 months |
[email protected] |
Replace unused CANONICAL_URL with PROJECT
NOTRY=true
TBR=darin@chromium.org
BUG… |