| Commit message (Expand) | Author | Age | Files | Lines |
* | libwebp: cherry-pick lossless signature check improvement | jzern@chromium.org | 2013-10-02 | 2 | -6/+8 |
* | Update libjingle to r4831:r4889. | mallinath@chromium.org | 2013-10-02 | 1 | -1/+1 |
* | jsoncpp: force alignment of Json::Value::null to avoid crashes on ARM. | fischman@chromium.org | 2013-10-01 | 1 | -2/+8 |
* | Revert 226054 "Roll webrtc to r4883." | dcheng@chromium.org | 2013-09-30 | 1 | -1/+1 |
* | Roll webrtc to r4883. | mallinath@chromium.org | 2013-09-30 | 1 | -1/+1 |
* | Fix missing SYS_mmap when building Android on x86. | ohrn@opera.com | 2013-09-26 | 1 | -0/+3 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -4/+0 |
* | Recommit: Roll libusbx to 1.0.17 | ikarienator@chromium.org | 2013-09-25 | 21 | -290/+586 |
* | Revert 225105 "Roll libusbx to 1.0.17" | xiyuan@chromium.org | 2013-09-25 | 20 | -585/+321 |
* | Roll libusbx to 1.0.17 | ikarienator@chromium.org | 2013-09-25 | 20 | -321/+585 |
* | roll webrtc 4819 -> 4831 | wjia@chromium.org | 2013-09-24 | 1 | -1/+1 |
* | Revert "libpng 1.6.3" | loislo@chromium.org | 2013-09-24 | 30 | -24604/+14155 |
* | libpng 1.6.3 | dominikg@chromium.org | 2013-09-24 | 30 | -14155/+24604 |
* | Update webrtc to r4819. | mallinath@chromium.org | 2013-09-23 | 2 | -1/+2 |
* | Respond with QuotaExceededError when IndexedDB has no disk space on open. | dgrogan@chromium.org | 2013-09-23 | 2 | -0/+14 |
* | Replace accessibility-developer-tools submodule with accessibility-audit dire... | aboxhall@chromium.org | 2013-09-23 | 3 | -0/+1806 |
* | Remove locks from leveldb's stdio on linux/CrOS. | dgrogan@chromium.org | 2013-09-23 | 1 | -43/+7 |
* | Add more support for FreeBSD | Geo.Liaskos@gmail.com | 2013-09-21 | 1 | -2/+1 |
* | Roll leveldb to r77. | dgrogan@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Remove DISABLE_WIDEVINE_CDM_CANPLAYTYPE as we should start using canPlayType now | qinmin@chromium.org | 2013-09-20 | 1 | -7/+0 |
* | Update webrtc/libjingle 4758:4794. | ronghuawu@chromium.org | 2013-09-19 | 2 | -3/+5 |
* | Enable canPlayType() on Chromium for Android builds. | xhwang@chromium.org | 2013-09-18 | 1 | -5/+4 |
* | Delete old chromedriver code, and remove mongoose webserver. | kkania@chromium.org | 2013-09-18 | 5 | -4675/+0 |
* | libwebp: cherry-pick upstream memleak fix in WebPIDelete() | urvang@google.com | 2013-09-18 | 2 | -0/+5 |
* | Enable CLD2 on Windows | hajimehoshi@chromium.org | 2013-09-18 | 1 | -6/+6 |
* | Roll webrtc 4699:4758 | sergeyu@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | va_copy shim not necessary on VS2013+ | scottmg@chromium.org | 2013-09-12 | 1 | -1/+1 |
* | Fix build break for GTV | jinsukkim@chromium.org | 2013-09-12 | 1 | -2/+2 |
* | Try to fix sqlite_shell target after gyp r1721. | thakis@chromium.org | 2013-09-11 | 2 | -0/+5 |
* | Fix some shared_library link_settings propagation issues | thakis@chromium.org | 2013-09-11 | 1 | -0/+7 |
* | Remove link_languages. It was only ever supported by the SCons generator, | mark@chromium.org | 2013-09-10 | 1 | -3/+0 |
* | Roll webrtc r4699. | mallinath@chromium.org | 2013-09-09 | 1 | -1/+1 |
* | stopped disabling SCTP for windows | ldixon@google.com | 2013-09-07 | 1 | -6/+2 |
* | libosmesa.so should have static glapi linkage | trchen@chromium.org | 2013-09-07 | 1 | -3/+1 |
* | Revert "Do fcntl(...F_FULLFSYNC...) on mac instead of fsync" | rmcilroy@chromium.org | 2013-09-06 | 1 | -3/+1 |
* | Suppression the problems on the build bots: There were two reasons why that C... | hajimehoshi@chromium.org | 2013-09-06 | 5 | -1/+287 |
* | Update Jinja2 (Python template library) to 2.7.1 | nbarth@chromium.org | 2013-09-06 | 29 | -1048/+1060 |
* | Updated usrsctp to latest version (to 8603) with fixes upstream. Fixed usrsct... | ldixon@google.com | 2013-09-06 | 8 | -1817/+34 |
* | Add MarkupSafe library to third_party (dependency for Jinja2 2.7) | nbarth@chromium.org | 2013-09-06 | 12 | -0/+1006 |
* | Add widevine_cdm_version.h to gyp for android. | xhwang@chromium.org | 2013-09-06 | 2 | -0/+30 |
* | Record errno for SyncParent. | dgrogan@chromium.org | 2013-09-05 | 1 | -3/+8 |
* | Do fcntl(...F_FULLFSYNC...) on mac instead of fsync | dgrogan@chromium.org | 2013-09-05 | 1 | -1/+3 |
* | [chromedriver] Cherrypick atoms fix for toggling multi select options. | kkania@chromium.org | 2013-09-05 | 2 | -884/+919 |
* | Revert 221380 "Use Finch to compare the performances of CLD1 and..." | pneubeck@chromium.org | 2013-09-05 | 5 | -287/+1 |
* | Use Finch to compare the performances of CLD1 and CLD2 | hajimehoshi@chromium.org | 2013-09-05 | 5 | -1/+287 |
* | Add a trace for WebRTC initialization time | hclam@chromium.org | 2013-09-05 | 1 | -0/+2 |
* | Update webrtc/libjingle 4632:4650. | ronghuawu@chromium.org | 2013-09-02 | 1 | -1/+1 |
* | Add OWNERS to Jinja2 (Python template library) | nbarth@chromium.org | 2013-09-02 | 2 | -1/+6 |
* | [Android] emma_instr.py now removes any stale *.em/*sources.txt | frankf@chromium.org | 2013-08-31 | 1 | -1/+3 |
* | Adding functionality to paint and signal buffer swap for ozone surface factory. | dnicoara@chromium.org | 2013-08-30 | 1 | -1/+1 |