Commit Graph

100979 Commits

Author SHA1 Message Date
Ben Turner
7f1e8a99aa Backed out changeset 46653198caac 2012-08-02 21:53:03 -07:00
Ben Turner
56da575b73 Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv. 2012-08-02 13:42:30 -07:00
Benjamin Peterson
90c89222f7 Bug 780051 - Remove JS_MAX and JS_MIN. r=luke 2012-08-02 20:50:51 -07:00
Robert O'Callahan
830bed0e9a Bug 778045. Add helpful comment to ImageContainer explaining its modes. r=bas 2012-08-03 15:23:27 +12:00
Robert O'Callahan
84ab035abb Bug 646331. Specify correct duration for 320x240.ogv. r=cpearce 2012-08-03 15:22:24 +12:00
John Schoenick
43cbd91e9a Backout 1f47de086284 (Bug 771666) for orangeness 2012-08-02 19:57:51 -07:00
Ryan VanderMeulen
71c5c402bf Merge m-c to inbound. 2012-08-02 22:01:41 -04:00
Ryan VanderMeulen
9b1c22984d Merge the last PGO-green inbound changeset to m-c. 2012-08-02 22:00:53 -04:00
Devdatta Akhawe
a7f111cd79 Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend 2012-08-02 18:51:17 -07:00
Dave Hylands
e6d45e3e5a Bug 780042 - nsVolumeService should use nsCOMPtr instead of nsRefPtr for nsIObserverService, r=dougt 2012-08-02 17:28:59 -07:00
Siddharth Agarwal
eb75e91273 Bug 779701 - Marionette tests aren't properly packaged on Windows. Convert backslashes to forward slashes. r=jgriffin
--HG--
extra : rebase_source : 9fd21f295eb0a92a6f8b16a388d023099dc4247a
2012-08-03 04:15:00 +05:30
John Schoenick
0ca06db053 Bug 771666 - Update sandbox test to reflect expected plugin behavior. r=mattn 2012-08-02 15:41:54 -07:00
Blake Kaplan
73c96fa757 Bug 779886 - wifiMangager.connectionInformation throws when we're not connected. r=bent DONTBUILD 2012-08-02 15:36:23 -07:00
Bill McCloskey
92f8b9be64 Bug 743112 - Incremental deferred release (r=smaug,jonco) 2012-08-02 15:35:59 -07:00
Kai Engert
1de70afc1f Bug 778845 - Must upgrade Aurora 16 to NSPR 4.9.2 final, r=wtc 2012-08-02 23:04:47 +02:00
Benoit Jacob
fbfa001734 Bug 779580 - Blacklist WebGL MSAA on Intel driver on Mesa 8.1, as it was lying about GL_MAX_SAMPLES - r=jgilbert 2012-08-02 17:28:02 -04:00
Benoit Jacob
f391d5b89f Bug 617453 - lose the least-recently-used WebGL context when a certain limit is exceeded - r=vladv
The current limits are:

#ifdef MOZ_GFX_OPTIMIZE_MOBILE
    // some mobile devices can't have more than 8 GL contexts overall
    const size_t kMaxWebGLContextsPerPrincipal = 2;
    const size_t kMaxWebGLContexts             = 4;
#else
    const size_t kMaxWebGLContextsPerPrincipal = 8;
    const size_t kMaxWebGLContexts             = 16;
#endif
2012-08-02 17:28:02 -04:00
Benoit Jacob
bb0ac80d76 Bug 749678 - re-add missing MakeCurrent call in certain WebGL uniform setters - r=jgilbert 2012-08-02 17:28:02 -04:00
Ryan VanderMeulen
e5214fe562 Merge again. 2012-08-02 17:20:44 -04:00
Andrew Halberstadt
bb69d3e098 Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel 2012-08-02 17:17:34 -04:00
Masatoshi Kimura
4c9e3bc986 Bug 773919 - Cut query string before resolving URI. r=sicking 2012-08-02 17:17:34 -04:00
Ryan VanderMeulen
ed3cd212bb Merge m-c to inbound. 2012-08-02 17:17:28 -04:00
Margaret Leibovic
2ba8576350 Bug 779007 - Don't make about: pages privileged if they don't need to be. r=mfinkle 2012-08-02 14:16:54 -07:00
Margaret Leibovic
2a47eda55f Bug 778940 - Clean up our session history logic in Tab. r=mfinkle 2012-08-02 14:15:17 -07:00
Benjamin Peterson
2732a3fe07 Bug 779865 - Make CompileOptions public. r=jimb 2012-08-02 14:07:31 -07:00
Christian Holler
a0d3b966cd Bug 779111 - Disable certain mochitests in dom/plugins when building without
crash reporter. r=ted
2012-08-02 23:03:14 +02:00
Benjamin Peterson
8a6a085f31 Bug 779694 - Handle zlib errors correctly. r=jorendorff 2012-08-02 13:31:45 -07:00
Jonathan Griffin
990564f927 Bug 777871 - Get mochitests running OOP in B2G, r=jlebar, DONTBUILD because NPOTB 2012-08-02 13:30:25 -07:00
Doug Turner
c07fc94e51 Bug 779864 - onchange notifications of DeviceStorage should use code generator. r=smaug 2012-08-02 13:25:16 -07:00
Vladimir Vukicevic
9fb7842237 b=779826; fix Invalid size exception in DirectBufferAllocator (Android nightly bustage fix); r=snorp,kats 2012-08-02 11:14:32 -04:00
Ed Morley
1b0ed1cf7a Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-02 14:19:18 +01:00
Tim Taubert
64e4bda487 merge m-c to fx-team 2012-08-02 13:15:24 +02:00
Doug Turner
abda96b8c6 Bug 777084 - Stop returning arrays from DeviceStorage.getDeviceStorage(). r=sicking 2012-08-01 23:32:11 -07:00
Doug Turner
debb97d40c Bug 777078 - Remove DeviceStorage .type. r=sicking 2012-08-01 23:32:08 -07:00
Doug Turner
cfccb5022b Bug 763976 - Add onchange notifications to DeviceStorage - IPC - r=khuey 2012-08-01 23:32:04 -07:00
Doug Turner
95b32b3331 Bug 763976 - Add onchange notifications to DeviceStorage. r=khuey 2012-08-01 23:29:34 -07:00
Doug Turner
3e3e2b8692 Bug 759416 - XPCOM FileWatcherService. Interface and stub impl. r=dougt 2012-08-01 23:29:34 -07:00
Olli Pettay
a896bb3def Bug 772966 - force XBL parameter names to be non-zero, r=sicking 2012-08-02 09:12:34 +03:00
Ben Turner
0010e82b08 Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
2012-08-01 23:02:29 -07:00
Jan Varga
05726a5a1a Bug 778023 - Need to figure out how cycle collected DOM files are supposed to play with workers. r=bent. Make worker.postMessage() to just throw for now. 2012-08-02 07:34:26 +02:00
Victor Porof
dee2fcba86 Bug 775050 - Add keyboard shortcuts for stepping, r=rcampbell 2012-08-02 08:31:15 +03:00
Makoto Kato
46f2aae141 Bug 779408 - error: cannot convert 'std::nullptr_t' to 'mozilla::gl::SharedTextureHandle {aka unsigned int} on gcc 4.6 in NDK r8b. f=ayg r=roc 2012-08-02 13:25:10 +09:00
Nicholas Cameron
67fa0ea88a Bug 779650; handle Cairo DrawTargets in CanvasLayerD3D10; r=bas 2012-08-02 16:01:05 +12:00
Ryan VanderMeulen
553951b7d6 Merge the last PGO-green inbound changeset to m-c. 2012-08-01 22:18:33 -04:00
Ryan VanderMeulen
b48abf4559 Merge the last PGO-green inbound changeset to m-c. 2012-08-01 17:51:23 -04:00
John Ford
e798f1be8d bug 776045 - add a manifest for ics toolchains r=qdot 2012-08-01 14:20:58 -07:00
John Ford
6ee953331d bug 776045 - add mozconfig files that work with new ics based toolchain r=qdot 2012-08-01 14:17:04 -07:00
Victor Porof
75d73f6ee3 Bug 770193 - Make it easier to start searching for scripts in the Debugger, r=rcampbell 2012-08-01 23:25:46 +03:00
Victor Porof
0187b53dfd Bug 777093 - Long script urls still confuse the debugger menulist, r=rcampbell 2012-08-01 23:25:46 +03:00
Oleg Romashin
203630b9bc Bug 778024 - Bug 774139 will break Qt/Maemo builds due to #define signals. r=dougt NPODB 2012-08-01 12:00:44 -07:00