Asaf Romano
12983421f5
Bug 815352 (part 1) - Move the Library downloads view to an overlay in browser/downloads.
...
r=mak
--HG--
rename : browser/components/places/content/downloadsView.js => browser/components/downloads/content/allDownloadsViewOverlay.js
rename : browser/components/places/content/download.css => browser/components/downloads/content/download.css
rename : browser/themes/gnomestripe/downloads/downloads.css => browser/themes/gnomestripe/downloads/allDownloadsViewOverlay.css
rename : browser/themes/winstripe/downloads/downloads.css => browser/themes/winstripe/downloads/allDownloadsViewOverlay.css
2012-12-20 12:03:11 +01:00
Eric Chou
cd035247db
Bug 811683 - Increase speed of sending file, r=gyeh
2012-12-20 18:36:58 +08:00
Kyle Machulis
62d07093f9
Bug 811683 - Changed UnixSocketRawData to take variable sizes up to 64k, r=cjones
2012-12-20 18:36:55 +08:00
Nick Thomas
7ab338f908
Backout 5d59a9ec28f4 for Linux PGO compile errors
2012-12-20 23:26:32 +13:00
Nick Thomas
34733c2752
Back out 47debf3f344c for Android test fail CLOSED TREE
2012-12-20 22:12:19 +13:00
Nick Thomas
1c0cc0bc2b
Back out 06d72606ec56 for Android test fail
2012-12-20 22:11:04 +13:00
Chris Jones
cd7244c758
Bug 822510: Add specific privilege levels for camera and video, and enable that for video. r=jlebar,kang
2012-12-19 23:41:08 -08:00
Gina Yeh
c780c6734a
Bug 820157 - Patch 1: bluetooth Hfp not sending status updates, r=echou
2012-12-20 15:28:51 +08:00
Gregor Wagner
0983d9bffc
Bug 822528 - PhonenumberJS: Start using previous MCC. r=sicking
2012-12-19 23:17:37 -08:00
Boris Zbarsky
9416e5d67d
Bug 816380 followup. Remove unnecessary code.
2012-12-19 22:51:29 -08:00
Boris Zbarsky
83f5c67b46
Bug 823173 test. Make sure that navigator doesn't have any broken interfaces on it. r=jlebar
2012-12-19 16:21:18 -08:00
Dave Camp
c7ebcecda9
Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker
2012-12-19 16:16:45 -08:00
Victor Porof
66835286fa
Bug 819945 - Global searches choke when a source takes too long to fetch, r=past
2012-12-20 20:00:34 +02:00
Victor Porof
9837830335
Bug 823436 - Response errors when trying to load a source's text prevent global searches from displaying any results, r=past
2012-12-20 19:20:51 +02:00
Victor Porof
615ad5ef7c
Bug 820311 - Script URLs no longer appear in tooltips, r=past
2012-12-20 19:20:50 +02:00
Victor Porof
59c244dbaa
Bug 814844 - [toolbox] The _onCloseClick function in ToolbarView is never used, r=rcampbell
2012-12-20 19:20:50 +02:00
Victor Porof
03f29b2470
Bug 818424 - [toolbox] remove references to devtools.debugger.ui.height, r=rcampbell
2012-12-20 19:20:50 +02:00
Neil Rashbrook
9708d4f1a2
Bug 493711 Part 1: switch nsCOMArray from nsVoidArray to nsTArray r=sicking
2012-12-19 21:33:54 +00:00
Jeff Walden
15d6a67d99
Bug 823283 - Don't do anything special for writable [Replaceable] properties, a Gecko-specific abomination. r=bz
2012-12-19 15:57:18 -05:00
Ed Morley
28cc722479
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-19 19:30:22 +00:00
Ed Morley
1d40fa681e
Backout d0797dfcab56 (bug 819044) on suspicion of Linux32 mochitest-4 leaks on a CLOSED TREE
2012-12-19 14:14:08 +00:00
Ed Morley
63bbc7e359
Backout 39bf5d23ebe9 & b1ea92a3149d (bug 813978) on suspicion of B2G marionette-webapi failures on a CLOSED TREE
2012-12-19 13:00:28 +00:00
Michael Ratcliffe
230eab24cf
Bug 821141 - Target is firing a navigation event when an anchor is clicked r=paul
2012-12-19 11:18:44 +00:00
Jonathan Kew
9e140898be
bug 821442 - eliminate the unreliable mFamily back-pointer in gfxFontEntry, and instead pass/track font family explicitly where needed. r=roc
2012-12-19 09:42:25 +00:00
Ed Morley
807110f8c1
Backout 70f1b2db9f5f (bug 822116) for M2 crashes
2012-12-19 09:16:26 +00:00
Panos Astithas
99410ac903
Merge m-c to fx-team
2012-12-19 10:03:48 +02:00
Randell Jesup
182f2a4a27
Bug 822956: convert to TrackUnionStreams for getUserMedia (and add hint support) r=roc
2012-12-19 02:48:12 -05:00
Asaf Romano
57942253a4
Bug 822343 - Downloads view takes far too long to render. Step 1 - fix some trivial stuff (use document fragments and resue nsiuri objects). This alone has somewhat limited impact on performance. r=mak
2012-12-19 07:18:56 +00:00
Jeff Gilbert
dbfe12439b
Bug 797664 - Don't spew wwhen optional functions aren't found - r=vlad
2012-12-18 23:16:02 -08:00
Jeff Gilbert
b6b3f09d5e
Bug 797664 - Add runtime asserts so calling null functions is more obvious - r=bjacob
2012-12-18 23:16:01 -08:00
Jeff Gilbert
0609cc3525
Bug 797664 - Pull logic out of all GLContex::raw_ functions - r=vlad
2012-12-18 23:16:01 -08:00
Mark Capella
71cb67c770
Bug 814148 - X button missing in tabs tray after swiping to close another tab, r=bnicholson
2012-12-19 02:03:25 -05:00
Brian Nicholson
b3958335d2
Bug 795045 - Part 3: Lock handle to caret position and add scrolling support. r=wesj
2012-12-18 22:58:10 -08:00
Brian Nicholson
f8aa653000
Bug 795045 - Part 2: Don't round coordinates until they're used. r=wesj
2012-12-18 22:58:01 -08:00
Brian Nicholson
8fcfe4e724
Bug 795045 - Part 1: Cleanup for TextSelection/TextSelectionHandle. r=wesj
2012-12-18 22:57:54 -08:00
Geoff Brown
48ddbda965
Bug 817235 - Make xpcshell tests work with sutAgent; r=jmaher
2012-12-18 22:18:03 -07:00
Geoff Brown
1b48696178
Bug 814805 - Do not use run-as for android xpcshell tests; r=wlach
2012-12-18 22:18:00 -07:00
Ehsan Akhgari
d1727268c9
Bug 822020 - Remove the global PB specific code from the toolkit downloads UI; r=jdm
2012-12-19 00:13:43 -05:00
Ehsan Akhgari
3ade4aa0a6
Bug 822019 - Remove the global PB specific code from the Telemetry; r=jdm
2012-12-19 00:12:57 -05:00
Ehsan Akhgari
54b80e5f6f
Bug 822016 - Remove the global PB specific code from the tabview UI; r=jdm
2012-12-19 00:12:20 -05:00
Randell Jesup
049ca54ca0
Bug 822704: Enable WEBRTC_TRACE() logging via NSPR_LOG_MODULES and rename signaling log module r=derf
2012-12-18 23:27:38 -05:00
Brian Hackett
07df257b21
Bug 822116 - x86/x64 tuning for backtracking allocator, r=jandem.
2012-12-18 21:26:09 -07:00
Patrick McManus
d886d82528
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
2012-12-18 22:28:24 -05:00
Jeff Gilbert
cf160a41a4
Bug 822114 - Save and restore bound tex unit in DeleteTexture - r=bjacob
2012-12-18 19:23:03 -08:00
Kannan Vijayan
e71aa03bf9
Bug 819635 - Add explicit shape change check before generating setprop-add stub. r=dvander
2012-12-18 22:17:21 -05:00
Makoto Kato
d7ca789b4a
Bug 802527 - Support Android NDK r8b for x86 android build. r=glandium
2012-12-19 11:49:44 +09:00
Robert Strong
e08c361e97
Update xpcshell skip-if reason - Bug 821344 - test_bug595059.js and test_0081_prompt_uiAlreadyOpen.js update tests fails in B2G due to custom nsIUpdatePrompt. r=ahalberstadt, DONTBUILD
2012-12-18 18:44:17 -08:00
Justin Lebar
fcb9bb724a
Bug 821440 - Allow the B2G homescreen to run in the background with a decreased oom_score_adj compared to vanilla background apps. r=cjones
2012-12-18 21:37:35 -05:00
Trevor Saunders
f6e1b16e06
bug 822842 - crash when nsROCSSPrimitiveValue::Reset() is called multiple times r=bz
2012-12-18 21:29:23 -05:00
Jeff Muizelaar
47cdb5bcdd
Bug 823393. Breakage fix for partially commited Bug 823148.
...
Only some hunks of the patch for bug 823148 made it into the
tree. I've no idea why.
--HG--
extra : rebase_source : 629e6d74e2e6cf4255e7875a8a1eb044241eec23
2012-12-20 01:16:45 -05:00