Commit Graph

271504 Commits

Author SHA1 Message Date
Nicholas Nethercote
7892980559 Bug 755583 (part 6) - Combine the '++'/'--' spans in about:memory. r=jlebar. 2012-05-16 23:43:34 -07:00
Nicholas Nethercote
23f458f083 Bug 755583 (part 5) - Merge each single child node into its parent in about:memory. r=jlebar. 2012-05-16 20:43:36 -07:00
Nicholas Nethercote
9976c1f421 Bug 755583 (part 4) - Split up the smaps/ memory reporter tree. r=jlebar. 2012-05-16 20:43:36 -07:00
Nils Maier
e1b88c680a Bug 755583 (part 3) - Set .textNode directly when creating text nodes in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00
Nils Maier
5a434a1b29 Bug 755583 (part 2) - Use RegExp.test instead of String.match in aboutMemory.js. r=nnethercote. 2012-05-16 20:43:36 -07:00
Nicholas Nethercote
d656746a93 Bug 755583 (part 1) - Introduce "sundries" entries for aggregating small entries in per-compartment memory reporters. r=luke.
--HG--
extra : rebase_source : 797fc0deb2a438cbb7f4c64f4c03dd4b6378e498
2012-05-16 20:43:36 -07:00
Nicholas Nethercote
c23b35d44f Bug 755581 - Follow-up: replace js::RuntimeSizes with JS::RuntimeSizes. r=luke.
--HG--
extra : rebase_source : a1081266cec2f249f8acac782c2c806e5db705aa
2012-05-17 17:08:57 -07:00
Mark Capella
16accac8d4 Bug 736886 - test_nsIAccessibleDocument.html silently dies, r=surkov 2012-05-17 20:10:10 -04:00
Ehsan Akhgari
720ebd36cd Bug 755480 - Part 3: Make mozInlineSpellWordUtil::SplitDOMWord O(n) for strings with no special charts (as opposed to O(n2)); r=roc 2012-05-15 16:38:43 -04:00
Ehsan Akhgari
512ba908f5 Bug 755480 - Part 2: Detect unknwon URLs faster; r=roc 2012-05-15 16:36:04 -04:00
Ehsan Akhgari
23beaf2cd8 Bug 755480 - Part 1: Stop looking for a useless dot; r=roc 2012-05-15 16:34:04 -04:00
Jason Orendorff
306794b7d4 Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 2, fix evcross-context eval-in-frame. r=luke.
--HG--
extra : rebase_source : 216bdac31ec88af4130ffd9ffac9bf0ebb1a9b39
2012-05-17 18:57:34 -05:00
Jason Orendorff
13ef988e15 Bug 749697 - Support debugging when multiple JSContexts are on the stack. Part 1, weaken a too-strict assertion in JS_GetFrameScopeChain. r=luke.
--HG--
extra : rebase_source : 86803d6edc44cd4b3a7238b808e48bbf5ac205a1
2012-05-17 18:56:45 -05:00
Jason Orendorff
1c78be8689 Bug 755808 - Add more options to JS shell evaluate() function. r=jimb.
--HG--
extra : rebase_source : f22059d97fbaae885f3b052ed0b84523df3d5ef8
2012-05-17 18:54:30 -05:00
Jason Orendorff
6427db9c29 Bug 756260 - Fix up building without JS_HAS_XML_SUPPORT, again. r=terrence.
--HG--
extra : rebase_source : 9b0bc4f31db387e4e98821d712309792c07eac1c
2012-05-17 16:24:32 -05:00
Josh Aas
f7c5afd9de Bug 755961: Plugin stream decomtamination (nsIPluginStreamListener). r=bsmedberg 2012-05-17 19:54:26 -04:00
Chris Coulson
7cc8ba8beb Bug 756167 - Fix make-makefile test failure when the source path contains perl regexp metacharacters. r=coop 2012-05-17 17:55:33 -04:00
Nicholas Cameron
d5b31c146f Bug 756007 - Fix path invariant for Azure/Cairo push/pop clip. r=joe 2012-05-17 17:54:22 -04:00
Masatoshi Kimura
f809aee2a1 Bug 752402 - Support ArrayBufferView as a member of blobParts parameter. r=sicking 2012-05-17 17:53:44 -04:00
Marco Castelluccio
d5ab7999ee Bug 728749 - Faster plugins check tab. r=gavin 2012-05-17 17:53:05 -04:00
Margaret Leibovic
05078cde39 Bug 732901 - Use notifyDatasetChanged() to update view after modifying mTabsAdapter. r=sriram 2012-05-16 15:40:16 -07:00
Margaret Leibovic
5c1a618d14 Bug 732901 - Call Tabs.notifyListeners() on the main thread. r=mfinkle 2012-05-17 14:35:33 -07:00
Jeff Muizelaar
012e715022 Bug 755834. Use even lower precision bilinear interpolation when scaling 565 to 565. r=joe
This takes a trick from skia to go faster. For now, it's only
used on non-NEON devices.

--HG--
extra : rebase_source : c2ddce91cc8cf71ee609420107b0922d1166db43
2012-05-17 16:54:02 -04:00
Nick Alexander
e1a6551162 Bug 709311 - Handle changed meta/global. r=rnewman, a=blocking-fennec 2012-05-17 13:20:49 -07:00
Nick Alexander
9a9d84392f Bug 709313 - Upload meta/global. r=rnewman, a=blocking-fennec 2012-05-17 13:20:49 -07:00
Richard Newman
fae5db439d Bug 755816 - Index default bookmarks from 0, not from 1. r=wesj 2012-05-17 13:20:49 -07:00
Rafael Ávila de Espíndola
9adbe18195 Bug 683975 - Build zlib. r=rail. 2012-05-17 16:14:38 -04:00
Benoit Girard
51f967fdc3 Bug 754233 - Handle negative layer coordinate in Tiled layers. r=ajuma 2012-05-17 15:47:53 -04:00
Fernando Jiménez
e621918b9f Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 8 - RadioLayerInterface; r=philikon 2012-05-17 12:42:39 -07:00
Fernando Jiménez
9839bece14 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 7 - Tests; r=philikon 2012-05-17 12:42:39 -07:00
Fernando Jiménez
f26074f28a Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 6 - B2G backend; r=philikon 2012-05-17 12:42:38 -07:00
Fernando Jiménez
c8685cb5aa Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 5 - IPC; r=mounir 2012-05-17 12:42:38 -07:00
Fernando Jiménez
12caaa9c4f Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 4 - Fallback; r=mounir 2012-05-17 12:42:38 -07:00
Fernando Jiménez
9115f8c255 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 3 - Android Backend; r=mounir 2012-05-17 12:42:38 -07:00
Fernando Jiménez
47f41e7b22 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 2 - WebSMS; r=mounir 2012-05-17 12:42:38 -07:00
Fernando Jiménez
7516bbad17 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 1. IDLs; r=mounir 2012-05-17 12:42:38 -07:00
Matt Brubeck
f5056a7267 Bug 756156 - Don't export ANDROID_SERIAL if it isn't set explicitly [r=glandium] 2012-05-17 12:20:42 -07:00
Landry Breuil
b43b46524f Bug 732875 - use stdint.h types instead of PRtypes, fixes build on OpenBSD - r=Ms2ger 2012-05-17 10:07:26 -04:00
Benoit Jacob
ce077b3952 Bug 732875 - Further CheckedInt tweaks - r=Ms2ger,jwalden 2012-05-17 10:07:24 -04:00
Christian Ascheberg
15fbc17a6f Bug 317190 - Change "Check Now" to "Set Firefox as the default browser". r=jaws 2012-05-17 12:04:49 -07:00
Ed Morley
0be25c12f2 Backout a97741bbd972 (bug 755604) for compilation failures 2012-05-17 19:34:56 +01:00
Vladimir Vukicevic
051a14217f b=752368; [android] random black screen when opening links from other apps; r=bgirard,ajuma,kats 2012-05-09 22:32:54 -04:00
Till Schneidereit
7221f07a7e Bug 755604 - Incrementalize JSCompartment::markTypes. r=billm 2012-05-17 14:25:08 -04:00
Chris Lord
34d673af6a Bug 753742 - Force layer build on scroll frames with a displayport. r=tn
Force building layers for all scroll frames that have a displayport set.
This fixes gfx/layers/ipc/CompositorParent mistakenly using FrameMetrics from
incorrect frames, due to the root scroll frame not having a layer.
2012-05-17 19:19:07 +01:00
Jason Duell
fe4f933442 Bug 753105 - Change Websocket "internal error" code to 2011. r=mcmanus 2012-05-17 10:59:26 -07:00
Jason Duell
dc8e1646bb Bug 748580 - websockets: omit close code when none passed to close(). r=mcmanus 2012-05-17 10:56:56 -07:00
Rafael Ávila de Espíndola
a643a27b63 Bug 755336 - convert integer types in nsAppStartup.cpp. r=benjamin. 2012-05-17 13:22:28 -04:00
Gavin Sharp
21109e0ca7 Bug 747990 followup: rev nsIXULAppInfo IID 2012-05-17 10:12:35 -07:00
Kartikaya Gupta
2f479fae72 Bug 743279 - Exclude elements at body-level or higher with mouse listeners from being picked first as a target. r=wesj 2012-05-17 12:19:11 -04:00
Kartikaya Gupta
8f57259680 Bug 743279 - Minor code cleanups. r=wesj 2012-05-17 12:18:53 -04:00