Chris Jones
|
7b1aae6ab9
|
Bug 782456, part 2: Inherit privileges in apps that have permissions that require them. Sigh. r=jlebar
|
2012-08-29 09:24:48 -03:00 |
|
Chris Jones
|
2ea4017e3d
|
Bug 782456, part 0: Add the cross-process ImageBridge glue. r=roc
|
2012-08-29 09:24:48 -03:00 |
|
Ben Turner
|
2e0265c8ef
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Chris Jones
|
93b1805471
|
Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
|
2012-08-23 11:23:43 +01:00 |
|
Ed Morley
|
87eb600689
|
Backout 06f6eede6b77 (bug 762221) for crashes
|
2012-08-23 10:27:56 +01:00 |
|
Chris Jones
|
c9e6d0cefc
|
Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
|
2012-08-23 01:22:19 -07:00 |
|
Chris Jones
|
af428e822e
|
Bug 783184: Ensure that child-process pref state always is the same as its parent's. r=bsmedberg
|
2012-08-22 13:00:21 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Doug Turner
|
2041347ec5
|
Bug 782352 - Broadcast local io to onchange listeners. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Chris Jones
|
b5aa2f402e
|
Bug 781742: Try to keep a process pre-launched for app content, if the pref says to. r=jlebar
|
2012-08-15 18:46:03 -07:00 |
|
Eric Wong
|
060de4f359
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-14 20:37:44 -07:00 |
|
Ed Morley
|
80d42a1dab
|
Backout 327d9e9efbf7 (bug 773760) for bustage
|
2012-08-14 16:23:02 +01:00 |
|
Eric Wong
|
18e8d218cf
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-13 22:46:23 -07:00 |
|
Chris Jones
|
063981263a
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
237a0abf01
|
Back out bug 776649. r=bustage
|
2012-08-08 20:13:12 -07:00 |
|
Chris Jones
|
8c8f551b1f
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
a5d0fed4be
|
Bug 671196: Kill content processes that cause processing errors in the chrome process. r=bsmedberg
|
2011-07-12 23:52:31 -07:00 |
|
David Zbarsky
|
8149453cd7
|
Fix virtual dtor warnings, no bug, blanket r=bz
|
2012-08-03 12:35:58 -07:00 |
|
Doug Turner
|
34823412f0
|
Bug 763976 - Add onchange notifications to DeviceStorage - IPC - r=khuey
|
2012-08-01 23:32:04 -07:00 |
|
Ben Turner
|
1ef4c0de5b
|
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 |
|
Joshua Cranmer
|
4a5b32fae2
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Mounir Lamouri
|
77caa7b002
|
Bug 770532 - Make new nsIPrincipal and nsIDocShell attributes work in content process. r=jlebar
|
2012-07-21 17:16:11 -07:00 |
|
Chris Jones
|
ab483974f7
|
Bug 745148, part 8: Implement the little boilerplate-y bits and pieces needed for cross-process compositor. r=ajuma,BenWa
|
2012-07-17 16:59:45 -07:00 |
|
Chris Jones
|
9e4503dd30
|
Bug 773998: Shut down app processes when the last browser closes. r=jlebar
|
2012-07-17 11:27:27 -07:00 |
|
Ben Turner
|
f44ed8784a
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %5D1%15%CC%90%E0%F5%0D%0B%FDi%0B%B9YA%D4c%24%D42
|
2012-07-14 07:24:20 -04:00 |
|
Ms2ger
|
f73be635b4
|
Backout changeset 592bfc94e628 for X orange.
|
2012-07-14 11:23:52 +02:00 |
|
Doug Turner
|
d24cf25018
|
Bug 761930 - Multi-process support for Device Storage. r=sicking
|
2012-06-19 16:14:39 -07:00 |
|
Ryan VanderMeulen
|
ee7710d9d1
|
Backout b3f14a850269, f9d877d78294, and c7335ca109a4 due to build bustage.
|
2012-07-14 00:01:52 -04:00 |
|
Doug Turner
|
fd39f12412
|
Bug 761930 - Multi-process support for Device Storage. r=sicking
|
2012-06-19 16:14:39 -07:00 |
|
Ben Turner
|
c82cc8d4e1
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %217%FC%0D%A3%82%DB%F2DB%F1%5Dc%99%B9%C6j%E1U%A2
|
2012-07-13 23:05:58 -04:00 |
|
Justin Lebar
|
713402885c
|
Bug 762802 - Each <iframe mozapp> should get its own process. Part 1: IPC changes. r=cjones
--HG--
extra : rebase_source : d2f882e14ab05167b0b8dd001e9f55d00eb0c7ec
|
2012-07-13 17:10:20 -04:00 |
|
Justin Lebar
|
2bfa9751db
|
Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug
|
2012-06-21 21:17:52 -04:00 |
|
Ben Turner
|
785be4974a
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Matthews
|
fb81af3718
|
Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz
|
2012-04-19 20:13:20 -04:00 |
|
Masayuki Nakano
|
eb57a32930
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Doug Turner
|
e9b99834bc
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 23:36:17 -07:00 |
|
Matt Brubeck
|
bb974fd0d2
|
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
--HG--
rename : hal/cocoa/smslib.h => dom/system/cocoa/smslib.h
rename : hal/cocoa/smslib.mm => dom/system/cocoa/smslib.mm
|
2012-03-20 16:59:24 -07:00 |
|
Doug Turner
|
cb66f15674
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 14:46:14 -07:00 |
|
Andrew Quartey
|
1a0bc0cf5e
|
Bug 613360 - Safe use of thread observers in ContentParent. f=josh r=bsemdberg
|
2011-12-02 13:33:05 +01:00 |
|
Mounir Lamouri
|
d8848a0466
|
Bug 674725 - Part G - Add PSms IPDL sub-protocol. r=smaug sr=cjones
|
2011-11-20 23:40:53 +01:00 |
|
Neil Rashbrook
|
17e3abd58a
|
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
|
2011-11-02 14:51:39 +00:00 |
|
Chris Jones
|
130e939216
|
Bug 690670, parts 1 and 2: Add a hal/ directory in which we can add device-interaction code, and build goop thereto. r=khuey sr=roc
--HG--
extra : rebase_source : bf3dc09f49d010ac4422150fc5300a41080af858
|
2011-10-05 15:15:45 -07:00 |
|
Josh Matthews
|
038a99e073
|
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
|
2011-06-23 19:31:58 -04:00 |
|
Josh Matthews
|
a0c2a4dd47
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Benjamin Smedberg
|
22f2972acb
|
Merge the electrolysis branch to mozilla-central.
|
2011-08-19 10:15:52 -04:00 |
|
Olli Pettay
|
2705184e88
|
Bug 669640 - Fix the message manager API to work with multiple content processes, r=bsmedberg
--HG--
extra : rebase_source : bdb66e3f1a9a956d80b2e01869a7ed15b3710c0e
|
2011-08-02 15:57:48 -04:00 |
|
Benjamin Smedberg
|
9432e1edba
|
Bug 666748 - Optionally support a pool of content processes instead of a single one. r=jdm The followup patch for 669640 must land together with this one.
|
2011-08-02 15:35:42 -04:00 |
|
Alex Pakhotin
|
86521171b2
|
Bug 673969 - System preference for "visible passwords" not followed. r=blassey
|
2011-07-26 18:14:52 -07:00 |
|