Commit Graph

125602 Commits

Author SHA1 Message Date
David Zbarsky
f9a4c3eab4 Bug 847007: Remove nsIDocument includes r=Ms2ger 2013-03-21 20:05:19 -04:00
Jim Blandy
c22104d949 Bug 852773: Remove assertions that make us horribly slow when debugging JS in a DEBUG build. r=jandem
When running JS code under the JS debugger in a DEBUG build,
Debugger::slowPathOnEnterFrame constructs a ScriptFrameIter instance every
time we enter a function. That constructor calls (JaegerMonkey's)
ExpandAllInlineFrames, which is very expensive.

We need Debugger to work in DEBUG builds, too.
2013-03-21 17:03:34 -07:00
Margaret Leibovic
2ad4332a9d Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Ehsan Akhgari
51e92cad8e Bug 853554 - Make a number of SVG*List arrays fallible; r=longsonr 2013-03-21 20:00:01 -04:00
Margaret Leibovic
c5a508f366 Backed out changeset 89fa6284cb78 because of bad merge 2013-03-21 16:55:25 -07:00
Margaret Leibovic
b254e3e129 Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Ehsan Akhgari
e5a82672c6 Bug 853562 - Fix nsTArray::SetCapacity callers in IndexedDB to not look at the return value; r=bent 2013-03-21 14:46:21 -04:00
John Schoenick
a744b95ad0 Bug 843671 - Followup, properly rev interface IID. r=me DONTBUILD 2013-03-21 16:46:44 -07:00
Paul Adenot
4dd453510a Bug 853360 - Implement the coneGain part of the AudioPannerNode. r=roc 2013-03-21 19:25:15 +01:00
Paul Adenot
89510dacb2 Bug 849918 - Initial support for PannerNode's 3D positional audio (equalpower panning model). r=ehsan,roc 2013-03-21 17:45:53 +01:00
Terrence Cole
a2ed005a49 Bug 841059 - Follow-up fix for broken root analysis build; r=bustage 2013-03-21 16:17:30 -07:00
Terrence Cole
8dc9a47ce4 Bug 841059 - Do not use the ArenaHeader for zone/compartment on JSObject; r=billm
--HG--
rename : mobile/android/base/NotificationHandler.java => mobile/android/base/NotificationService.java
extra : rebase_source : 19d6904d8ac8fed7680da8f7931e9c55e52be97e
2013-02-13 10:39:19 -08:00
Frank Yan
fbc0e442d9 Bug 851953 - Update Google search engine icon. r=dolske ui-r=shorlander 2013-03-21 15:38:12 -07:00
Sriram Ramasubramanian
5605c312ef Bug 833427: Remove homescreen widget. [r=mfinkle]
--HG--
extra : rebase_source : 1b447efd820eff6b7f1d7bd223613e80525e64e0
2013-01-22 11:19:35 -08:00
Tom Schuster
c04652f376 Bug 736324 - Test. r=sicking 2013-03-21 23:23:48 +01:00
Tom Schuster
42908d6bef Bug 736324 - Give blob urls content-disposition filename based on the file. r=sicking 2013-03-21 23:23:48 +01:00
Tom Schuster
0112f8352e Bug 828462 - Root Proxy/Wrapper in the browser. r=terrence,bz 2013-03-21 23:23:48 +01:00
Tom Schuster
42f1259a20 Bug 828462 - Root Proxy/Wrapper rests in js/src. r=terrence 2013-03-21 23:23:48 +01:00
Tom Schuster
012c930168 Bug 828462 - Root Proxy/Wrapper delete. r=terrence 2013-03-21 23:23:48 +01:00
Tom Schuster
ccde5567f1 Bug 828462 - Root Proxy/Wrapper getOwnPropertyNames and keys. r=terrence 2013-03-21 23:23:47 +01:00
Tom Schuster
30b86c5cc0 Bug 828462 - Root Proxy/Wrapper defineProperty. r=terrence 2013-03-21 23:23:47 +01:00
Tom Schuster
fcf6a93bf4 Bug 828462 - Root Proxy/Wrapper get(Own)PropertyDescriptor. r=terrence 2013-03-21 23:23:47 +01:00
Olli Pettay
76c9852e39 Bug 852923, r=bz
--HG--
extra : rebase_source : d1c031fa5904cbda3a2e69e9b0aab82f5dc1d613
2013-03-21 23:00:04 +01:00
Panos Astithas
b65c2bfb25 Bug 775924 - Intermittent test_dbgsocket.js; r=me 2013-03-21 23:51:45 +02:00
Adam Roach [:abr]
a40a9abc87 Bug 842716: Include UA version number in SDP o= line
Bug 842716: Include UA version number in SDP o= line r=derf
2013-02-19 15:58:19 -05:00
David Keeler
e0a4dddbf0 bug 832481 - require doorhanger to activate vulnerable click-to-play plugins r=jaws 2013-03-08 15:51:34 -08:00
Ryan VanderMeulen
bd61c7b841 Bug 784848 - Do Windows l10n repacks on win64. r=gps, rs=Callek 2013-03-21 17:19:03 -04:00
Reuben Morais
3b89fcfd52 Bug 821630 - Fix retrieving blobs with get() in Settings API. r=gwagner 2013-03-11 22:31:15 -07:00
Bill McCloskey
e8681242b9 Bug 852912 - Don't crash on NULL with AutoArrayRooter (r=bhackett)
--HG--
extra : rebase_source : f044831b03435b906221256611d7c01250b18ebe
2013-03-21 13:56:44 -07:00
Raymond Lee
8e1561e9f4 Bug 834543 - Part 3: Update use of getCharsetForURI. r=mak 2013-03-22 01:07:12 +08:00
Raymond Lee
9b2982334e Bug 834543 - Part 2: Update use of setCharsetForURI. r=mak 2013-03-22 01:06:53 +08:00
Raymond Lee
b340bb7478 Bug 834543 - Part 1: Async helpers and unit tests. r=mak 2013-03-22 01:06:15 +08:00
Margaret Leibovic
60b22ab8a6 Bug 853022 - Remove "Ideas" from feedback app. r=mfinkle 2013-03-21 14:01:02 -07:00
Margaret Leibovic
e50647fad7 Bug 851170 - Put homescreen wallpaper feature behind confvars variable. r=ted 2013-03-21 14:01:02 -07:00
Ryan VanderMeulen
ba2c81e50e Merge m-c to inbound. 2013-03-21 16:48:17 -04:00
Ryan VanderMeulen
c54d45c9d8 Merge inbound to m-c. 2013-03-21 16:45:23 -04:00
Boris Zbarsky
a8bcad584c Bug 852803. nsHTMLCanvasFrame::Init should call its superclass' init, not some random ancestor class. r=tn 2013-03-21 15:09:15 -04:00
Kartikaya Gupta
ff7fe4d6fe Bug 847839 - Remove some remnants of XUL fennec from the android widget codebase. r=cpeterson 2013-03-21 16:19:49 +01:00
Tim Taubert
030fb65507 Bug 790882 - [New Tab Page] Speculatively open connections for sites when hovering them; r=jaws 2013-03-21 15:11:57 +01:00
Aryeh Gregor
973691f4a3 Bug 849661 - Remove support for Node.hasAttributes(); r=bz 2013-03-21 14:48:32 +02:00
Ioana Budnar
9ee90091fd Bug 633691 - Add automated test. r=jaws 2013-03-21 16:36:09 +02:00
Ryan VanderMeulen
2d6efebe06 Backed out changeset 46519785800d (bug 847809) for B2G bustage. 2013-03-21 10:41:07 -04:00
Ekanan Ketunuti
865da17876 Bug 853428 - Use spaces instead of tabs for indentation in search.xml. r=jAwS 2013-03-21 21:11:40 +07:00
Jim Mathies
3b86720fbf Bug 795630 - Remove CapturePicker and related files. r=mbrubeck 2013-03-21 09:23:13 -05:00
Jim Mathies
25ce68ec73 Bug 852967 - Simplify marker selection changes for text inputs. r=mbrubeck 2013-03-21 08:55:16 -05:00
Jim Mathies
25e1971b0c Bug 852619 - Tap off form input to clear caret selection should clear focus. r=ally 2013-03-21 08:55:16 -05:00
Jim Mathies
e88bfad5c0 Bug 852088 - Add drag caret to select text support. r-fryn 2013-03-21 08:55:16 -05:00
Chris Coulson
d958db6681 Bug 852540 - Store the file extension on the nsMIMEInfoUnix returned from nsGNOMERegistry::GetFromExtension. r=karlt 2013-03-21 09:51:30 -04:00
Ed Morley
5eda760084 Merge latest green inbound changeset to mozilla-central 2013-03-21 11:49:34 +00:00
Tim Taubert
91c0270f30 merge m-c to fx-team 2013-03-21 12:35:58 +01:00