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
Doug Turner
c07fc94e51
Bug 779864 - onchange notifications of DeviceStorage should use code generator. r=smaug
2012-08-02 13:25:16 -07:00
Jason Orendorff
1c2da872e8
Bug 769504 - Atomize strings when using them as hash keys in a Map or Set. r=luke.
2012-07-04 10:24:20 -05:00
Jason Orendorff
c606a5dc8b
Bug 779601 - Minor cleanup for JS_ValueToECMAInt32 and friends. r=bhackett.
2012-08-02 14:59:30 -05:00
Bill McCloskey
69bef07c1d
Backout bug 779183 for Talos crashes
2012-08-02 11:42:12 -07:00
William Lachance
6dbad54551
Bug 779871 - Default behaviour of watcher should be not to do connectivity ping at all;r=jmaher
2012-08-02 14:27:23 -04:00
Mark Cote
a7cacda0ef
Bug 777331 DeviceManagerSUT support for info uptimemillis. r=wlach
2012-08-02 14:21:00 -04:00
Rafael Ávila de Espíndola
4736954888
Bug 777122 - Add telemetry reporting of late writes. r=nfroyd.
...
patch1: drop aborts.
2012-08-02 14:05:54 -04:00
Wes Johnston
2088574285
Bug 777706 - Backout new dom bindings for touchlists. r=smaug
2012-08-02 10:41:42 -07:00
Florian Queze
c8ca4ff79c
Bug 779843 - nsIdleService never fires the "back" notification if there's only one listener, r=vlad.
2012-08-02 19:38:30 +02:00
Terrence Cole
ccde228e1f
Bug 777589 - Fix regress-50447-1.js, don't work around it in the harness; r=sfink
2012-07-27 18:16:11 -07:00
Wes Johnston
679d81312f
Bug 772968 - Use a special appid for webapps on android. r=mfinkle
2012-08-02 09:57:01 -07:00
Benjamin Peterson
32ade36e59
Bug 767274: New expression decompiler. r=luke
2012-08-02 09:20:08 -07:00
Mihai Sucan
0aad3b618e
Bug 779857 - Build failure with clang: widget/gtkxtbin/gtk2xtbin.c error: void
...
function 'xt_client_xloop_create' should not return a value. rs=ted
2012-08-02 18:48:44 +03:00
Ed Morley
7dd65f1b52
Bug 778433 - Raise ShutdownLeakLogger's MAX_LEAK_COUNT to 5, until bug 728294 lands; r=me DONTBUILD
2012-08-02 16:48:22 +01:00
Jon Coppeard
6c054c33ee
Bug 779183 - GC: Incremental sweeping of atoms table r=billm
...
* * *
Sweep atoms in a separate slice
* * *
Sweep atoms later in a separate slice
* * *
Code review followup
--HG--
extra : rebase_source : 774ad569a76425637483fcad093f04e30ad6912b
2012-08-02 16:04:14 +01:00
Chris Jones
94fe7709c5
Bug 779735: Fix up shim code supporting hack to deliver mm message from C++. r=smaug
2012-08-02 08:02:06 -07:00
Brian R. Bondy
51839a9bea
Bug 770911 - Remove all prefetch clearing code. r=taras.
2012-08-02 10:50:29 -04:00
Justin Lebar
6b927406f2
Bug 778355 - Don't clear mWindow in nsWebShellWindow's destructor; nsXULWindow will clear it when it's destroyed. r=roc
...
Also, in nsWindowMediator's shutdown observer, release all of our nsXULWindow references after we release mListLock. Without this, nsXULWindow's destructor can call back into nsWindowMediator, try to acquire mListLock, and deadlock.
2012-08-02 10:38:43 -04:00
Justin Lebar
110004a8bb
Bug 766437 - Fire an event when content inside a remote <iframe mozbrowser> crashes. r=vingtetun,cjones
2012-08-02 10:26:57 -04:00
Gene Lian
6e59102b88
Bug 777224 - Alarm API - .getAll() and .remove() can only interact with alarms scheduled by the same app. r=vivien
2012-08-01 13:58:49 +08:00
Jacek Caban
c2e3337296
Bug 778129 - GLContextProviderEGL.cpp fails to compile on mingw-w64 r=snorp
2012-08-02 15:58:34 +02:00
Ed Morley
10d4e6b7e1
Merge mozilla-central to mozilla-inbound
2012-08-02 14:20:05 +01:00
Ed Morley
1b0ed1cf7a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-02 14:19:18 +01:00
Cameron McCormack
c819a0d0ac
Bug 655877 - Part 16: Treat all values of display other than 'none' as 'inline' in SVG text frames. r=roc
2012-08-02 21:38:51 +10:00
Cameron McCormack
ba7efb66ff
Bug 655877 - Part 15: Don't treat SVG text frames as being positioned. r=roc
2012-08-02 21:38:50 +10:00
Cameron McCormack
f41c8a5fe8
Bug 655877 - Part 14: Ignore float in SVG text frames. r=roc
2012-08-02 21:38:49 +10:00
Cameron McCormack
b9878143c1
Bug 655877 - Part 13: Make :first-letter apply to <svg:text>. r=roc
2012-08-02 21:38:48 +10:00
Cameron McCormack
883a81ddba
Bug 655877 - Part 12: Ignore margins, borders and padding on SVG text frames. r=roc
2012-08-02 21:38:48 +10:00
Cameron McCormack
2145c7b0e5
Bug 655877 - Part 11a: Ensure we reflow SVG text when dominant-baseline changes. r=roc
2012-08-02 21:38:48 +10:00
Cameron McCormack
e8c382e651
Bug 655877 - Part 11: Ignore vertical-align and map dominant-baseline to vertical-align in SVG text frames. r=roc
2012-08-02 21:38:48 +10:00
Cameron McCormack
0cef242939
Bug 655877 - Part 10: Ignore text-align and text-align-end in SVG text frames. r=roc
2012-08-02 21:38:47 +10:00
Cameron McCormack
da76aa9a28
Bug 655877 - Part 9: Ignore word-spacing in SVG text frames. r=roc
2012-08-02 21:38:47 +10:00
Cameron McCormack
bc715a0a67
Bug 655877 - Part 8: Ignore letter-spacing in SVG text frames. r=roc
2012-08-02 21:38:47 +10:00
Cameron McCormack
9e9a90293b
Bug 655877 - Part 7: Add IsSVGText helper function to nsIFrame. r=roc
2012-08-02 21:38:46 +10:00
Cameron McCormack
b2e2529603
Bug 655877 - Part 4: Add FCDATA_ flag for SVG text. r=roc
2012-08-02 21:38:46 +10:00
Cameron McCormack
1070e55b13
Bug 655877 - Part 3: Add a frame state bit and anonymous box pseudo for SVG text frames. r=roc
2012-08-02 21:38:46 +10:00
Tim Taubert
64e4bda487
merge m-c to fx-team
2012-08-02 13:15:24 +02:00
Jon Coppeard
f1908ed2c3
Bug 779172 - GC: Incremental zeal modes interact badly with BudgetIncrementalGC r=billm
...
--HG--
extra : rebase_source : 520eeff0ecb498a8e04e974c8640d4c46bcb34a9
2012-08-02 10:54:30 +01: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