Chris Jones
a8f4669729
Bug 790764: Make <html:iframe mozbrowser remote> behave like <xul:browser remote>. r=roc
2012-09-12 20:50:40 -07:00
David Anderson
097fc07ed5
Merge IonMonkey to mozilla-central. a=arewefastyet
2012-09-11 10:25:14 -07:00
Dave Hylands
8ada6300b4
Bug 784805 - Set the process name (comm) to the app name. r=cjones
2012-09-10 21:30:33 -07:00
David Anderson
7e472a58d8
Merge from mozilla-central.
2012-09-10 12:16:38 -07:00
David Anderson
99e9007f4f
Merge from mozilla-central.
2012-09-06 18:28:59 -07:00
David Anderson
34c2353ac6
Merge from mozilla-central.
2012-09-05 16:18:11 -07:00
David Anderson
599ed0d8d7
Merge from mozilla-central.
2012-08-29 17:57:37 -07:00
David Anderson
25ba94695e
Merge from mozilla-central.
2012-08-29 17:51:24 -07:00
Chris Jones
89317b458d
Bug 781725: Refactor TabChild to allow pre-created instances, and then use a pre-created instance to pre-load and compile BrowserElementChild.js. r=smaug
2012-08-29 12:26:18 -03:00
David Anderson
423a06d2f1
Merge from mozilla-central.
2012-08-22 16:09:24 -07:00
David Anderson
e3e028bf46
Merge from mozilla-central.
2012-08-21 15:59:12 -07:00
Randell Jesup
3b4961b603
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
David Anderson
96ffd24de1
Merge from mozilla-central.
2012-08-15 14:22:26 -07:00
David Anderson
2df75644ce
Merge from mozilla-central.
2012-08-13 13:40:42 -07:00
Jim Mathies
1a69ccb098
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
2012-08-14 09:27:39 -05:00
Masayuki Nakano
962e5b2555
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
2012-08-12 10:42:35 +09:00
Masayuki Nakano
3c4e1ee5c9
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
2012-08-12 10:42:34 +09:00
David Anderson
81471369d4
Merge from mozilla-central.
2012-08-09 13:41:13 -07:00
Ehsan Akhgari
243c878d26
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
David Anderson
1d78f3fbd7
Merge from mozilla-central.
2012-08-06 12:44:06 -07:00
David Anderson
73647b4c6a
Merge from mozilla-central.
2012-08-03 18:58:30 -07:00
David Anderson
46f024f922
Merge from mozilla-central.
2012-08-02 13:47:20 -07:00
Ben Turner
94f469af49
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
2012-08-01 23:02:29 -07:00
David Anderson
d2d97d4749
Merge.
2012-08-01 11:30:00 -07:00
Justin Lebar
59dabc0cb2
Bug 769254 - Part 1: Fix crashes in BrowserElementParent.cpp, TabChild.cpp on null URI to window-opening code. r=bz
...
Parts 2 and beyond will come at a later date.
2012-07-31 23:12:04 -04:00
David Anderson
d827932879
Merge from mozilla-central.
2012-07-30 13:15:39 -07:00
Aryeh Gregor
8b4a23fc4c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
David Anderson
bc387d7bb6
Merge from mozilla-central.
2012-07-23 12:37:49 -07:00
Mounir Lamouri
96ed6c74be
Bug 770532 - Make new nsIPrincipal and nsIDocShell attributes work in content process. r=jlebar
2012-07-21 17:16:11 -07:00
David Anderson
fd8fddd7ee
Merge from mozilla-central.
2012-07-20 12:02:04 -07:00
Chris Jones
1b547a27fc
Bug 750977: Implement glue code for asynchronous panning/zooming. r=jlebar,roc,vingtetun
...
This is a rollup of three separate patches
- Add nsIDocShell.asyncPanZoomEnabled. r=jlebar
- Have BrowserElementChild service repaint requests and handle fallback synchronous scrolling (for now). r=jlebar,vingtetun
- Glue async pan/zoom logic up between compositing, event dispatch, and repaint requests. r=roc
2012-07-19 23:48:27 -07:00
David Anderson
9ef8b26d45
Merge from mozilla-central.
2012-07-19 14:34:36 -07:00
David Anderson
19eab0adc3
Merge from mozilla-central.
2012-07-18 19:02:32 -07:00
Chris Jones
c0deec8c3e
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
Doug Sherk
9acf0e2bf3
Bug 775463: Implement double-tap-to-zoom content r=cjones
2012-08-08 21:39:02 -07:00
Chris Jones
f11c3ad85c
Back out bug 776649. r=bustage
2012-08-08 20:13:12 -07:00
Chris Jones
20bd48f2f2
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
Doug Sherk
049a1276f2
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
2012-08-08 13:38:06 -07:00
Doug Sherk
7e4288b669
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
2012-08-08 13:37:57 -07:00
William Chen
e1538039d7
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
2012-07-30 10:58:26 -04:00
William Chen
1a4748779d
Bug 773683 - Add runtime assertion to ensure PCOMContentPermissionRequestChild is live while protocol is live. r=jdm
2012-07-18 15:09:28 -04:00
Mounir Lamouri
56befaec17
Bug 774957 - Update nsDocShell jazz so distinction between browser and app frame is clearer. r=jlebar sr=sicking
2012-07-18 22:26:21 -07:00
Steve Fink
0c0283faf7
Backed out changeset 060a9d9fc1c6 from a CLOSED TREE since it seems to depend on afc1cf222996 or 1bafff5720a8 that I just backed out
2012-07-19 15:45:27 -07:00
David Zbarsky
7f0b27a36b
[Bug 774505] Don't include Layers.h everywhere r=cjones
2012-07-18 12:31:40 -04:00
David Zbarsky
191398e14e
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
2012-08-05 23:00:56 -04:00
David Anderson
681def000b
Merge from mozilla-central.
2012-07-10 19:45:14 -07:00
Chris Jones
96c1791798
Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc
2012-07-17 16:59:45 -07:00
Chris Jones
0504d076dc
Bug 745148, part 6: Allow layer trees to be given IDs so that the referent can be used in another context. r=ajuma sr=roc
2012-07-17 16:59:45 -07:00
Chris Jones
41649fddda
Bug 774139: Forward touch events across processes. r=felipe,smaug
2012-07-15 19:58:43 -07:00
Chris Jones
2f88b1d4b4
Bug 779735: Fix up shim code supporting hack to deliver mm message from C++. r=smaug
2012-08-02 08:02:06 -07:00