Benoit Jacob
|
6e2d3a27f7
|
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
|
12c020bbe8
|
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
|
fd35324100
|
Bug 749678 - re-add missing MakeCurrent call in certain WebGL uniform setters - r=jgilbert
|
2012-08-02 17:28:02 -04:00 |
Ryan VanderMeulen
|
fc92671ba3
|
Merge again.
|
2012-08-02 17:20:44 -04:00 |
Andrew Halberstadt
|
ca785a485f
|
Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel
|
2012-08-02 17:17:34 -04:00 |
Masatoshi Kimura
|
a74b36c7dc
|
Bug 773919 - Cut query string before resolving URI. r=sicking
|
2012-08-02 17:17:34 -04:00 |
Ryan VanderMeulen
|
f159f08b5f
|
Merge m-c to inbound.
|
2012-08-02 17:17:28 -04:00 |
Margaret Leibovic
|
69a9d2fd42
|
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
|
f483cfc41d
|
Bug 778940 - Clean up our session history logic in Tab. r=mfinkle
|
2012-08-02 14:15:17 -07:00 |
Benjamin Peterson
|
1c5094b3b8
|
Bug 779865 - Make CompileOptions public. r=jimb
|
2012-08-02 14:07:31 -07:00 |
Christian Holler
|
b3e5001421
|
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
|
bd2ddc09a0
|
Bug 779694 - Handle zlib errors correctly. r=jorendorff
|
2012-08-02 13:31:45 -07:00 |
Jonathan Griffin
|
eceb527930
|
Bug 777871 - Get mochitests running OOP in B2G, r=jlebar, DONTBUILD because NPOTB
|
2012-08-02 13:30:25 -07:00 |
Doug Turner
|
990ea4cf4e
|
Bug 779864 - onchange notifications of DeviceStorage should use code generator. r=smaug
|
2012-08-02 13:25:16 -07:00 |
Vladimir Vukicevic
|
9b5831023c
|
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
|
24117e18a9
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-02 14:19:18 +01:00 |
Tim Taubert
|
ac603d570a
|
merge m-c to fx-team
|
2012-08-02 13:15:24 +02:00 |
Doug Turner
|
7522f03eb8
|
Bug 777084 - Stop returning arrays from DeviceStorage.getDeviceStorage(). r=sicking
|
2012-08-01 23:32:11 -07:00 |
Doug Turner
|
eff790f6d1
|
Bug 777078 - Remove DeviceStorage .type. r=sicking
|
2012-08-01 23:32:08 -07:00 |
Doug Turner
|
7f0d522454
|
Bug 763976 - Add onchange notifications to DeviceStorage - IPC - r=khuey
|
2012-08-01 23:32:04 -07:00 |
Doug Turner
|
0cc5c1e0ee
|
Bug 763976 - Add onchange notifications to DeviceStorage. r=khuey
|
2012-08-01 23:29:34 -07:00 |
Doug Turner
|
c75d9afe6d
|
Bug 759416 - XPCOM FileWatcherService. Interface and stub impl. r=dougt
|
2012-08-01 23:29:34 -07:00 |
Olli Pettay
|
111784e570
|
Bug 772966 - force XBL parameter names to be non-zero, r=sicking
|
2012-08-02 09:12:34 +03:00 |
Ben Turner
|
4893263a15
|
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
|
457ab097a2
|
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
|
a687c6679b
|
Bug 775050 - Add keyboard shortcuts for stepping, r=rcampbell
|
2012-08-02 08:31:15 +03:00 |
Makoto Kato
|
06ac561eae
|
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
|
7ba2f80762
|
Bug 779650; handle Cairo DrawTargets in CanvasLayerD3D10; r=bas
|
2012-08-02 16:01:05 +12:00 |
Ryan VanderMeulen
|
64fbac0a6a
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-01 22:18:33 -04:00 |
Ryan VanderMeulen
|
36799dd75c
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-01 17:51:23 -04:00 |
John Ford
|
636ea18763
|
bug 776045 - add a manifest for ics toolchains r=qdot
|
2012-08-01 14:20:58 -07:00 |
John Ford
|
4a5d0a9b8c
|
bug 776045 - add mozconfig files that work with new ics based toolchain r=qdot
|
2012-08-01 14:17:04 -07:00 |
Victor Porof
|
27da3325cb
|
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
|
53d3e8120a
|
Bug 777093 - Long script urls still confuse the debugger menulist, r=rcampbell
|
2012-08-01 23:25:46 +03:00 |
Oleg Romashin
|
4f8882a570
|
Bug 778024 - Bug 774139 will break Qt/Maemo builds due to #define signals. r=dougt NPODB
|
2012-08-01 12:00:44 -07:00 |
Oleg Romashin
|
836c09b2ff
|
Bug 778184 - Add GetScreenDepth API for Qt gfx platform port. r=me,dougt NPODB
|
2012-08-01 12:00:24 -07:00 |
William Chen
|
103cc37839
|
Bug 779573 - Fix generated code for empty string as default dictionary member in WebIDL. r=khuey
|
2012-08-01 14:34:36 -04:00 |
Michael Comella
|
aaae91f92f
|
Bug 686528 - (5 of 5) about:home recreates itself onConfigurationChange. r=sriram
|
2012-08-01 22:23:51 -04:00 |
Michael Comella
|
679c5665d5
|
Bug 686528 - (4 of 5) kTopSiteHeight in AboutHomeContent uses a dimen constant. r=sriram
|
2012-08-01 22:23:51 -04:00 |
Michael Comella
|
f893913f82
|
Bug 686528 - (3 of 5) Set padding for about:home tablet layout. r=sriram
|
2012-08-01 22:23:51 -04:00 |
Michael Comella
|
f46a2e710e
|
Bug 686528 - (2 of 5) Clean up about:home and add 10" landscape layout. r=sriram
|
2012-08-01 22:23:51 -04:00 |
Michael Comella
|
42b403b223
|
Bug 686528 - (1 of 5) about:home uses integer resources to handle different sizes. r=sriram
|
2012-08-01 22:23:51 -04:00 |
Ryan VanderMeulen
|
2db375ab60
|
Merge m-c to inbound.
|
2012-08-01 22:23:43 -04:00 |
Kyle Machulis
|
4ecaf376fb
|
Bug 779702: Fixing Device and UUID array assignments in BluetoothAdapter; r=echou
|
2012-08-01 18:59:03 -07:00 |
Kyle Machulis
|
fe29f68a46
|
Backed out changeset be7c3fa1a34d to fix commit message
|
2012-08-01 18:58:49 -07:00 |
Kyle Machulis
|
7fe35a159e
|
Bug 779702: Fixing Device and UUID array assignments in BluetoothAdapter
|
2012-08-01 18:57:39 -07:00 |
Kyle Machulis
|
6c9a3e2987
|
Bug 773370 - Fix rooting in JSArray creation for mozTelephony; r=bent
|
2012-08-01 18:52:40 -07:00 |
Scott Johnson
|
0874af4e32
|
Bug 779566: Remove code from nsColumnSetFrame that aligns RTL columns to the left of the frame. [r=roc]
|
2012-08-01 20:37:23 -05:00 |
Scott Johnson
|
5e2fa4e02d
|
Backed out changeset da35ab16d9fa to change commit message.
|
2012-08-01 20:35:01 -05:00 |
Scott Johnson
|
b5f724a892
|
Bug 779566: Remove code from nsColumnSetFrame that aligns RTL columns to the left of the frame.
|
2012-08-01 20:20:01 -05:00 |