1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {DIV} at (0,0) size 784x320
LayoutBlockFlow {DIV} at (0,0) size 784x286
LayoutBlockFlow {DIV} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 311x17
text run at (0,0) width 311: "On Feb 1, 2006, at 7:37 PM, David Hyatt wrote:"
LayoutBlockFlow (anonymous) at (0,18) size 784x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {BLOCKQUOTE} at (40,52) size 704x234 [color=#0000FF]
LayoutBlockFlow {DIV} at (0,0) size 704x90
LayoutText {#text} at (0,0) size 449x17
text run at (0,0) width 449: "While reworking images I ran into something that really concerns me."
LayoutInline {SPAN} at (0,0) size 5x17
LayoutText {#text} at (448,0) size 5x17
text run at (448,0) width 5: " "
LayoutText {#text} at (452,0) size 701x35
text run at (452,0) width 245: "WebElementImageKey is a key added"
text run at (696,0) width 5: " "
text run at (0,18) width 437: "to the elementAtPoint dictionary and the key's value is an NSImage."
LayoutInline {SPAN} at (0,0) size 4x17
LayoutText {#text} at (437,18) size 4x17
text run at (437,18) width 4: " "
LayoutText {#text} at (441,18) size 262x17
text run at (441,18) width 262: "Unfortunately we use CGImageRef now."
LayoutInline {SPAN} at (0,0) size 2x17
LayoutText {#text} at (702,18) size 2x17
text run at (702,18) width 2: " "
LayoutText {#text} at (0,36) size 701x53
text run at (0,36) width 697: "What this means is that as you move the mouse around a web page we are aggressively mallocing NSImages"
text run at (696,36) width 5: " "
text run at (0,54) width 674: "that then move into our image cache and stay around until the CGImageRef goes away (which could be a"
text run at (673,54) width 5: " "
text run at (0,72) width 71: "long time)."
LayoutBlockFlow {DIV} at (0,90) size 704x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {DIV} at (0,108) size 704x54
LayoutText {#text} at (0,0) size 324x17
text run at (0,0) width 324: "I think this is terrible but am not sure how to fix it."
LayoutInline {SPAN} at (0,0) size 5x17
LayoutText {#text} at (323,0) size 5x17
text run at (323,0) width 5: " "
LayoutText {#text} at (327,0) size 205x17
text run at (327,0) width 205: "I assume this key is public API."
LayoutInline {SPAN} at (0,0) size 5x17
LayoutText {#text} at (531,0) size 5x17
text run at (531,0) width 5: " "
LayoutText {#text} at (535,0) size 674x35
text run at (535,0) width 135: "Could we change the"
text run at (669,0) width 5: " "
text run at (0,18) width 264: "key's value to be a CGImageRef instead?"
LayoutInline {SPAN} at (0,0) size 5x17
LayoutText {#text} at (263,18) size 5x17
text run at (263,18) width 5: " "
LayoutText {#text} at (267,18) size 664x35
text run at (267,18) width 393: "Could we just eliminate the key in favor of a DOM extension"
text run at (659,18) width 5: " "
text run at (0,36) width 227: "method for accessing an NSImage?"
LayoutBlockFlow {DIV} at (0,162) size 704x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {DIV} at (0,180) size 704x18
LayoutText {#text} at (0,0) size 31x17
text run at (0,0) width 31: "dave"
LayoutBlockFlow {DIV} at (0,198) size 704x18
LayoutText {#text} at (0,0) size 124x17
text run at (0,0) width 124: "(hyatt@apple.com)"
LayoutBlockFlow {DIV} at (0,216) size 704x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow (anonymous) at (0,302) size 784x18
LayoutBR {BR} at (0,0) size 0x17
caret: position 0 of child 0 {BR} of child 6 {DIV} of child 2 {BLOCKQUOTE} of child 1 {DIV} of child 1 {DIV} of body
|